mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-20 01:32:10 +08:00
print them out
This commit is contained in:
@@ -246,3 +246,6 @@ class SpeedLimitController:
|
||||
self._speed_limit_prev = self._speed_limit
|
||||
self._op_enabled_prev = self._op_enabled
|
||||
self._brake_pressed_prev = self._brake_pressed
|
||||
|
||||
debug(f'Speed limit controller state: enabled: {self._enabled}, active: {self._active}, '
|
||||
f'speed limit: {self._speed_limit}, source: {self._source}, distance: {self._distance}')
|
||||
|
||||
Reference in New Issue
Block a user