NodeMCU Lua: Difference between revisions

no edit summary
(Created page with " = Flashing = Generate a new Custom Build at: https://nodemcu-build.com/ Mode is: '''qio''' for most ESP8266 ESP-01/07 (512 kByte modules) '''dio''' for most ESP32 and ES...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1:
[[Category:NodeMCU]]
__TOC__
<br />
 
= Flashing =
Line 12 ⟶ 15:
esptool.py --port /dev/ttyUSB0 erase_flash
esptool.py --port /dev/ttyUSB0 write_flash -fm dio 0x00000 nodemcu-master-10-modules-2018-07-23-17-30-48-float.bin
 
 
<br />
;References
<references/>
<br />
<br />
<br />
 
 
{{DISQUS}}