1
0

Refactor MQTT and WiFi credentials to separate header files

This commit is contained in:
Jose
2025-05-11 10:51:09 +02:00
parent 095dedfabb
commit 785cfc670e
4 changed files with 8 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ void loop()
{
uint32_t now = millis();
/*if (now - matrixTimer.lastRun >= matrixTimer.interval)
if (now - matrixTimer.lastRun >= matrixTimer.interval)
{
if (MAX7219_Animate())
{
@@ -67,7 +67,7 @@ void loop()
sendSensorData();
globalTimer.lastRun = now;
}*/
}
if (now - mqttTimer.lastRun >= mqttTimer.interval)
{