debug(arduino): disable debug logs

This commit is contained in:
Cyrille Nofficial 2022-06-07 18:53:46 +02:00
parent 6d6cd5b26e
commit 74d54c14b5

View File

@ -28,7 +28,7 @@ spec:
- "--steering-left-pwm=$(STEERING_LEFT_PWM)"
- "--steering-right-pwm=$(STEERING_RIGHT_PWM)"
- "--steering-center-pwm=$(STEERING_CENTER_PWM)"
- "-log=debug"
- "-log=info"
volumeMounts:
- mountPath: "/dev/ttyAMA0"
name: serial