mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
Revert change to fix extra flashwrite before QuickPowerDetection
Revert change to fix extra flashwrite before QuickPowerDetection (#14153)
This commit is contained in:
parent
afea9cd4a7
commit
39ec4c6d5d
@ -337,7 +337,7 @@ void setup(void) {
|
|||||||
Settings->baudrate = APP_BAUDRATE / 300;
|
Settings->baudrate = APP_BAUDRATE / 300;
|
||||||
Settings->serial_config = TS_SERIAL_8N1;
|
Settings->serial_config = TS_SERIAL_8N1;
|
||||||
}
|
}
|
||||||
SetSerialBegin(); // Reset serial interface if current serial settings are different from requested serial settings
|
SetSerialBaudrate(Settings->baudrate * 300); // Reset serial interface if current baudrate is different from requested baudrate
|
||||||
|
|
||||||
if (1 == RtcReboot.fast_reboot_count) { // Allow setting override only when all is well
|
if (1 == RtcReboot.fast_reboot_count) { // Allow setting override only when all is well
|
||||||
UpdateQuickPowerCycle(true);
|
UpdateQuickPowerCycle(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user