Merge pull request #262 from schneemaier/patch-1

Update flash.sh
This commit is contained in:
2018-09-05 13:40:38 +02:00
committed by GitHub
+2 -2
View File
@@ -18,8 +18,8 @@ if [ -z ${ESPTOOL} ]; then
fi fi
fi fi
[ -z ESPPORT ] && ESPPORT=/dev/ttyUSB0 [ -z ${ESPPORT} ] && ESPPORT=/dev/ttyUSB0
[ -z ESPBAUD ] && ESPBAUD=460800 [ -z ${ESPBAUD} ] && ESPBAUD=460800
set -x set -x
${ESPTOOL} --port ${ESPPORT} --baud ${ESPBAUD} \ ${ESPTOOL} --port ${ESPPORT} --baud ${ESPBAUD} \