mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-23 18:42:10 +08:00
add todo
This commit is contained in:
@@ -95,6 +95,7 @@ class StateMachine:
|
||||
# DISABLED
|
||||
elif self.state == State.disabled:
|
||||
if events.contains(ET.ENABLE):
|
||||
# TODO-SP: Allow entering State.paused if ET.NO_ENTRY
|
||||
if events.contains(ET.NO_ENTRY):
|
||||
self.add_current_alert_types(ET.NO_ENTRY)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user