fix upload with timeout

This commit is contained in:
Nicu Hodos 2021-06-20 21:54:09 +02:00
parent eb047d53c5
commit 2d67608cce

View File

@ -16,7 +16,7 @@ steps:
- name: upload - name: upload
commands: commands:
- cd gateway - cd gateway
- pio run -e pro-mini -t upload - echo -n 'reset' > /dev/ttyUSB0; sleep 1s; pio run -e pro-mini -t upload
when: when:
target: target:
- production - production