mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-17 01:25:37 -05:00
Update temp and pressure units
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user