Skip to content

Commit

Permalink
change magnetometer to 25Hz
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwandavek committed Aug 9, 2023
1 parent 5deb6f2 commit a401bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self, port: int, should_log: bool, frequency: float, decimation: Op
"gyroscope2": (True, 100., 100),
"accelerometer": (True, 104., 104),
"accelerometer2": (True, 100., 100),
"magnetometer": (True, 50., 50),
"magnetometer": (True, 25., 25),
"lightSensor": (True, 100., 100),
"temperatureSensor": (True, 100., 100),
"gpsNMEA": (True, 9.),
Expand Down

0 comments on commit a401bb8

Please sign in to comment.