From 2d67608cced47483de3acfb6ea49bc4f40779827 Mon Sep 17 00:00:00 2001 From: Nicu Hodos Date: Sun, 20 Jun 2021 21:54:09 +0200 Subject: [PATCH] fix upload with timeout --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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