echo needs to display '\n'
This commit is contained in:
parent
c508092b5c
commit
c61880db57
@ -40,7 +40,7 @@ steps:
|
||||
- cd gateway
|
||||
- service ser2net stop
|
||||
- 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
|
||||
- echo 'reset' > /dev/ttyUSB0; sleep 1s; avrdude -patmega328p -carduino -P/dev/ttyUSB0 -b115200 -D -Uflash:w:.pio/build/pro-mini/firmware.hex:i -v
|
||||
- service ser2net start
|
||||
when:
|
||||
target:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user