Fixed Dimming Logic

This commit is contained in:
M-Factory
2025-11-17 16:59:48 +09:00
parent 9493788ebd
commit 2a6ab2d1be

View File

@@ -3524,4 +3524,5 @@ void loop() {
formatUptime(currentTotal).c_str(), currentTotal / 3600.0);
saveUptime(); // Save accumulated uptime every 10 minutes
}
yield();
}