summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2018-08-13 23:42:08 +0200
committerYves Fischer <yvesf-git@xapek.org>2018-08-13 23:42:08 +0200
commit8e82bbb811591078818b8611e49f08d045815acf (patch)
tree933239df15b36dbc25ea792f45ff62110905776d
parent70d6d3cb3b98bbddff3c7bd1de9d97aa84abeee7 (diff)
downloadesp32-8e82bbb811591078818b8611e49f08d045815acf.tar.gz
esp32-8e82bbb811591078818b8611e49f08d045815acf.zip
fix flash command
-rwxr-xr-xscripts/flash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/flash.sh b/scripts/flash.sh
index c16e598..ae9c0ae 100755
--- a/scripts/flash.sh
+++ b/scripts/flash.sh
@@ -4,5 +4,5 @@ HERE=$(dirname "$0")
set -x
-"$HERE/esptool.py" --chip esp32 --port $1 write_flash -z 0x1000 esp32-20180810-v1.9.4-447-g86e0b2553.bin
+"$HERE/esptool.py" --chip esp32 --port $1 write_flash -z 0x1000 $HERE/esp32-20180810-v1.9.4-447-g86e0b2553.bin