Merge branch 'gateway'
This commit is contained in:
commit
d64f3a7366
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user