Last active
August 1, 2021 02:36
-
-
Save weskerfoot/e563efd2db8eda4fb85c79728a9f6301 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nodemcu-tool reset | |
esptool.py erase_flash | |
esptool.py --port /dev/ttyUSB0 write_flash -fm qio 0x00000 nodemcu-release-18-modules-2021-07-11-23-06-19-float.bin | |
nodemcu-tool upload *.lua | |
while [[ $? != 0 ]]; do | |
nodemcu-tool upload *.lua | |
done | |
echo 'dofile("init.lua")' | nodemcu-tool terminal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment