Skip to content

Commit

Permalink
magnetometer: Change frequency from 100Hz to 25Hz (#515)
Browse files Browse the repository at this point in the history
* change magnetometer freq

* change magnetometer to 25Hz
  • Loading branch information
nuwandavek authored Aug 22, 2023
1 parent 3cac040 commit 6a41bf6
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, 100., 100),
"magnetometer": (True, 25., 25),
"lightSensor": (True, 100., 100),
"temperatureSensor": (True, 100., 100),
"gpsNMEA": (True, 9.),
Expand Down

0 comments on commit 6a41bf6

Please sign in to comment.