nicer status codes for future human-readable status set
This commit is contained in:
parent
6a49b04f62
commit
48fe6c2d5d
|
@ -830,11 +830,11 @@ typedef enum {
|
||||||
INIT = 0,
|
INIT = 0,
|
||||||
TPS_THRESHOLD = 1,
|
TPS_THRESHOLD = 1,
|
||||||
RPM_DEAD_ZONE = 2,
|
RPM_DEAD_ZONE = 2,
|
||||||
PID_VALUE = 3,
|
PID_VALUE = 4,
|
||||||
PWM_PRETTY_CLOSE = 4,
|
PWM_PRETTY_CLOSE = 8,
|
||||||
PID_UPPER = 5,
|
PID_UPPER = 16,
|
||||||
ADJUSTING = 8,
|
ADJUSTING = 32,
|
||||||
BLIP = 16,
|
BLIP = 64,
|
||||||
|
|
||||||
} idle_state_e;
|
} idle_state_e;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue