tx_mode = tx_delay

This commit is contained in:
proddy
2019-05-26 15:56:00 +02:00
parent 1d7310411f
commit 4651987da8
7 changed files with 41 additions and 37 deletions

View File

@@ -1186,7 +1186,7 @@ void MyESP::_fs_eraseConfig() {
"automatically restart when finished."));
if (SPIFFS.format()) {
delay(1000); // wait 1 seconds
delay(1000); // wait 1 second
resetESP();
}
}