Update temp and pressure units

This commit is contained in:
2021-05-29 00:15:53 +00:00
parent a750aac1a4
commit 74d1d3551e
2 changed files with 5 additions and 5 deletions

View File

@@ -3,9 +3,9 @@ weather:
arduino-cli compile --fqbn arduino:avr:uno --output-dir bin
install:
# kubectl scale --replicas=0 --namespace=home-monitor deployment/weather-serial-reader
kubectl scale --replicas=0 --namespace=home-monitor deployment/weather-serial-reader
arduino-cli upload --fqbn arduino:avr:uno -p /dev/ttyACM0 --input-dir bin
# kubectl scale --replicas=1 --namespace=home-monitor deployment/weather-serial-reader
kubectl scale --replicas=1 --namespace=home-monitor deployment/weather-serial-reader
debug:
minicom -b 115200 -D /dev/ttyACM0