diff --git a/esp32_MachineNotify.ino b/esp32_MachineNotify.ino index 4f59abe..26acf5c 100644 --- a/esp32_MachineNotify.ino +++ b/esp32_MachineNotify.ino @@ -92,9 +92,6 @@ void setup() { display.println("WiFi Connected"); display.display(); delay(1000); - - lastVibrationChangeTime = millis(); - lastLightChangeTime = millis(); } void sendNotification(String message);