diff --git a/.drone.yml b/.drone.yml index 3affb9f..a676343 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: - name: upload commands: - cd gateway - - pio run -e pro-mini -t upload + - echo -n 'reset' > /dev/ttyUSB0; sleep 1s; pio run -e pro-mini -t upload when: target: - production