Zum Inhalt springen

Esp8266 auth: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Zeile 24: Zeile 24:


==How to flash firmware==
==How to flash firmware==
Use esptool in python to flash firmware on esp.
Use esptool in python to flash firmware on esp. <br>
Press flash button and reset and then release first reset button to get in flash mode
Press flash button and reset and then release first reset button to get in flash mode <br>
Flash command für precompiled: [[Datei:Esp8266-firmware.zip] : <br>
<code> esptool.py -p /dev/tty<SERIALPORT> write_flash 0x00000 0x00000.bin 0x10000 0x10000.bin</code>


==Todo==
==Todo==