Skip to content

Commit fa47e59

Browse files
Update Firmware/LowLevel/src/main.cpp
1 parent ea21a41 commit fa47e59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Firmware/LowLevel/src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
#define STATUS_CYCLETIME 100 // cycletime for refresh analog and digital Statusvalues
3232
#define UI_SET_LED_CYCLETIME 1000 // cycletime for refresh UI status LEDs
3333

34-
#define TILT_EMERGENCY_MILLIS 2500 // Time for wheels to be lifted in order to count as emergency. This is to filter uneven ground.
35-
#define LIFT_EMERGENCY_MILLIS 500 // Time for one wheel to be lifted in order to count as emergency. This is to filter uneven ground.
34+
#define TILT_EMERGENCY_MILLIS 2500 // Time for a single wheel to be lifted in order to count as emergency. This is to filter uneven ground.
35+
#define LIFT_EMERGENCY_MILLIS 100 // Time for both wheels to be lifted in order to count as emergency. This is to filter uneven ground.
3636
#define BUTTON_EMERGENCY_MILLIS 20 // Time for button emergency to activate. This is to debounce the button if triggered on bumpy surfaces
3737

3838
// Define to stream debugging messages via USB

0 commit comments

Comments
 (0)