mirror of https://github.com/arendst/Tasmota.git
fix md
parent
c1cb175d8c
commit
10c946b3eb
|
@ -248,7 +248,7 @@ Clearing the configuration flash area can also solve unbootable systems. Using t
|
||||||
3. Optional Clear the complete flash with command<br/> ``esptool.py --port COM5 erase_flash``
|
3. Optional Clear the complete flash with command<br/> ``esptool.py --port COM5 erase_flash``
|
||||||
4. Optional Load Tasmota into a device with command<br/> ``esptool.py --port COM5 write_flash -fs 1MB -fm dout 0x0 sonoff.bin``
|
4. Optional Load Tasmota into a device with command<br/> ``esptool.py --port COM5 write_flash -fs 1MB -fm dout 0x0 sonoff.bin``
|
||||||
|
|
||||||
##[enter link description here](#platformio--esptool) PlatformIO + esptool
|
## PlatformIO + esptool
|
||||||
With the Command Prompt execute:
|
With the Command Prompt execute:
|
||||||
1. cd %USERPROFILE%\.platformio\python27\Scripts\
|
1. cd %USERPROFILE%\.platformio\python27\Scripts\
|
||||||
2. pip install pyserial
|
2. pip install pyserial
|
||||||
|
|
Loading…
Reference in New Issue