mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
onroad transition: clear params and start safety setter thread (#28151)
* rename from ignition to onroad/offroad * forgot one * clear in manager * don't clear in boardd anymore fix * params isn't used here * add comment * Revert "add comment" This reverts commit 54fb6660501679e5a989c3f06c0a438bdb04dc7e. * write params in manager * first part is self explanatory * remove these from thermald now * start safety setter thread with IsOnroad * drivesss * more * less * come back * makes sense here old-commit-hash: b8fa7f58ea8db77d2f7a9e70d139019b24a29da7
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@
|
||||
enum ParamKeyType {
|
||||
PERSISTENT = 0x02,
|
||||
CLEAR_ON_MANAGER_START = 0x04,
|
||||
CLEAR_ON_IGNITION_ON = 0x08,
|
||||
CLEAR_ON_IGNITION_OFF = 0x10,
|
||||
CLEAR_ON_ONROAD_TRANSITION = 0x08,
|
||||
CLEAR_ON_OFFROAD_TRANSITION = 0x10,
|
||||
DONT_LOG = 0x20,
|
||||
ALL = 0xFFFFFFFF
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user