Skip to content

Commit 39745b1

Browse files
committed
esp32.cpp: remove old commented-out Lock code
1 parent 6a70b40 commit 39745b1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

SmartEVSE-3/src/esp32.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -933,9 +933,7 @@ void validate_settings(void) {
933933

934934
// Sensorbox v2 has always address 0x0A
935935
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
936+
939937
// Erase all RFID cards from ram + eeprom if set to EraseAll
940938
if (RFIDReader == 5) {
941939
DeleteAllRFID();

0 commit comments

Comments
 (0)