We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba44a0e commit c486d0eCopy full SHA for c486d0e
SmartEVSE-3/src/glcd.cpp
@@ -1359,7 +1359,7 @@ void GLCDMenu(uint8_t Buttons) {
1359
setChargeDelay(0); // Clear ChargeDelay
1360
setSolarStopTimer(0); // Disable Solar Timer
1361
GLCD();
1362
- request_write_settings(); // Write to nvs
+ write_settings(); // Write immediately to nvs when exiting menu
1363
ButtonRelease = 2; // Skip updating of the LCD
1364
PairingPin = ""; // Reset PairingPin
1365
}
0 commit comments