Merge branch 'gateway'

This commit is contained in:
Nicu Hodos 2021-12-05 10:38:53 +01:00
commit d64f3a7366

View File

@ -8,13 +8,11 @@ platform:
arch: arm
steps:
- name: build
commands:
- pio run -e pro-mini
- name: upload
commands:
- pio run -e pro-mini -t upload
- cd gateway
- pio run -e pro-mini
- echo -n 'reset' > /dev/ttyUSB0; sleep 1s; avrdude -patmega328p -carduino -P/dev/ttyUSB0 -b115200 -D -Uflash:w:.pio/build/pro-mini/firmware.hex:i -v
when:
target:
- production