From 72b8ca93d12955fc4c6a8b9286e8e10d38c9d115 Mon Sep 17 00:00:00 2001 From: Dejvino Date: Thu, 12 Feb 2026 18:50:21 +0100 Subject: [PATCH] Compile fix --- esp32_MachineNotify.ino | 3 --- 1 file changed, 3 deletions(-) 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);