Esp8266 auth: Unterschied zwischen den Versionen
Reox (Diskussion | Beiträge) |
Pete (Diskussion | Beiträge) |
||
Zeile 31: | Zeile 31: | ||
== How to flash .lua files == | == How to flash .lua files == | ||
<b>For people who enjoy GUIs:</b> <br> | |||
Use [https://esp8266.ru/esplorer/ ESPlorer] tool. Its user friendly and powerful with integrated editor and lots of commands. <br> | |||
Supports NodeMCU and MicroPython. <br> | |||
Needs Java and works on all major PC Plattforms | |||
<b>If you like commandline tools:</b> <br> | |||
Use for example the [https://github.com/kmpm/nodemcu-uploader nodemcu-uploader]: | Use for example the [https://github.com/kmpm/nodemcu-uploader nodemcu-uploader]: | ||
<code>nodemcu-uploader -B 115200 upload *.lua</code> | <code>nodemcu-uploader -B 115200 upload *.lua</code> |