Skip to content
Snippets Groups Projects
Commit 949bf305 authored by Emilio Corigliano's avatar Emilio Corigliano
Browse files

[Main][HIL] Changed barometers frequency to 50Hz

parent 5585a0fc
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ const int ACCEL_FREQ = 100;
const int GYRO_FREQ = 100;
const int MAGN_FREQ = 100;
const int IMU_FREQ = 100;
const int BARO_FREQ = 20;
const int BARO_FREQ = 50;
const int BARO_CHAMBER_FREQ = 50;
const int PITOT_FREQ = 20;
const int TEMP_FREQ = 10;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment