Skip to content

Commit

Permalink
add touch events to qlogs (#34236)
Browse files Browse the repository at this point in the history
deci
  • Loading branch information
maxime-desroches authored Dec 14, 2024
1 parent 93a8d87 commit b3ad7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cereal/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self, should_log: bool, frequency: float, decimation: Optional[int]
"temperatureSensor2": (True, 2., 200),
"gpsNMEA": (True, 9.),
"deviceState": (True, 2., 1),
"touch": (True, 20.),
"touch": (True, 20., 1),
"can": (True, 100., 2053), # decimation gives ~3 msgs in a full segment
"controlsState": (True, 100., 10),
"selfdriveState": (True, 100., 10),
Expand Down

0 comments on commit b3ad7ef

Please sign in to comment.