debug(arduino): disable debug logs
This commit is contained in:
		@@ -28,7 +28,7 @@ spec:
 | 
				
			|||||||
            - "--steering-left-pwm=$(STEERING_LEFT_PWM)"
 | 
					            - "--steering-left-pwm=$(STEERING_LEFT_PWM)"
 | 
				
			||||||
            - "--steering-right-pwm=$(STEERING_RIGHT_PWM)"
 | 
					            - "--steering-right-pwm=$(STEERING_RIGHT_PWM)"
 | 
				
			||||||
            - "--steering-center-pwm=$(STEERING_CENTER_PWM)"
 | 
					            - "--steering-center-pwm=$(STEERING_CENTER_PWM)"
 | 
				
			||||||
            - "-log=debug"
 | 
					            - "-log=info"
 | 
				
			||||||
          volumeMounts:
 | 
					          volumeMounts:
 | 
				
			||||||
            - mountPath: "/dev/ttyAMA0"
 | 
					            - mountPath: "/dev/ttyAMA0"
 | 
				
			||||||
              name: serial
 | 
					              name: serial
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user