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 6a70b40 commit 39745b1Copy full SHA for 39745b1
SmartEVSE-3/src/esp32.cpp
@@ -933,9 +933,7 @@ void validate_settings(void) {
933
934
// Sensorbox v2 has always address 0x0A
935
if (MainsMeter.Type == EM_SENSORBOX) MainsMeter.Address = 0x0A;
936
- // set Lock variables for Solenoid or Motor
937
- //if (Lock == 1) { lock1 = LOW; lock2 = HIGH; } // Solenoid
938
- //else if (Lock == 2) { lock1 = HIGH; lock2 = LOW; } // Motor
+
939
// Erase all RFID cards from ram + eeprom if set to EraseAll
940
if (RFIDReader == 5) {
941
DeleteAllRFID();
0 commit comments