mirror of https://github.com/arendst/Tasmota.git
Updated Troubleshooting (markdown)
parent
d6b62c2cb1
commit
83f414e4a2
|
@ -25,7 +25,10 @@ On systems running rsyslog (most linux distros), edit the file /etc/rsyslog.conf
|
||||||
$ModLoad imudp
|
$ModLoad imudp
|
||||||
$UDPServerRun 514
|
$UDPServerRun 514
|
||||||
|
|
||||||
|
# Erasing flash
|
||||||
|
This approach solved a lot of small issues. Sometimes this is due to a bad flash, a bad OTA or invalid data that remains in the flash where the SDK memory is.
|
||||||
|
|
||||||
|
Erase flash and flash the latest precompiled bins from http://thehackbox.org/tasmota/ over serial.
|
||||||
|
|
||||||
## esptool
|
## esptool
|
||||||
Using the latest esptool makes this process "rather" easy.
|
Using the latest esptool makes this process "rather" easy.
|
||||||
|
|
Loading…
Reference in New Issue