/NodeMCU-RemoveInit

清除init.lua以解决NodeMCU无限循环等问题。Repair NodeMCU which runs into infinite loops by removing init.lua.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Join the chat at https://gitter.im/NodeMCU-RemoveInit/Lobby Codacy Badge

NodeMCU-RemoveInit

When NodeMCU runs into infinite loops, this tool help you remove init.lua to stop NodeMCU from being a brick.

Reqirement

Installation

Clone from GitHub

$ git clone git@github.com:KuangLei/NodeMCU-RemoveInit.git

or just download "RemoveInit.sh".

Usage

./RemoveInit.sh -e <esptool.py> -p <port>
The -e option specify the way to run esptool.py. If you install esptool though pip, just enter esptool.py. If you clone esptool to somewhere, just enter the place like /home/klsz/Documents/esptool/esptool.py.
The -p option specity the port of NodeMCU, for example /dev/ttyUSB0.

Contact and support us

Please see CONTRIBUTING.md.

Thanks.