fix upload with timeout

This commit is contained in:
Nicu Hodos 2021-06-20 21:54:09 +02:00
parent fd06746059
commit 52c4444dbd

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