add touch events to qlogs (#34236)

deci
pull/34246/head
Maxime Desroches 4 months ago committed by GitHub
parent 93a8d87b34
commit b3ad7ef24b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      cereal/services.py

@ -22,7 +22,7 @@ _services: dict[str, tuple] = {
"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),

Loading…
Cancel
Save