09 Development Procedure - Godzil/nodemcu-webide GitHub Wiki
I thought to write down the development procedure while working on the code base of nodemcu-webide with a "Wemos D1 Mini":
- editing src/*, httpserver/* and examples/* with your favorite editor/ide
- reset device, wait 2-3 secs
- exit
nodemcu-tool terminalCTRL-C make upload_examplesorupload_allorupload_server- reset device, wait 2-3 secs
- run
nodemcu-tool terminalagain - nodemcu-webide operating as STATION (wifi client), starts quickly, within 2-3 secs
- web browser reloads
index.html(press SHIFT to ensure webide changes taking place) - testing: editing files in the webide and execute them, review output and source code
- go back to point 1)
without reseting device nodemcu-uploader fails to upload.
Hard reset (disconnect power) is required if PANICs occur as seen with nodemcu-tool while developing.