wip
This commit is contained in:
@@ -290,7 +290,7 @@ class CarState(CarStateBase):
|
|||||||
nothing = 0
|
nothing = 0
|
||||||
|
|
||||||
# print('Hello World', file=sys.stderr)
|
# print('Hello World', file=sys.stderr)
|
||||||
# sys.stderr.write(str({k: v for k, v in vars(self).items() if isinstance(v, (int, float, str, bool))}) + '\n')
|
sys.stderr.write(str({k: v for k, v in vars(ret).items() if isinstance(v, (int, float, str, bool))}) + '\n')
|
||||||
# notes:
|
# notes:
|
||||||
# lkas_enabled = 1 = lkas button has been pressed
|
# lkas_enabled = 1 = lkas button has been pressed
|
||||||
# prev_cruise_buttons = 0 (none), 1, 2 - up down
|
# prev_cruise_buttons = 0 (none), 1, 2 - up down
|
||||||
|
|||||||
Reference in New Issue
Block a user