Controller to MQTT pipeline is working

This commit is contained in:
Ollo
2024-12-07 15:26:22 +01:00
parent b898059793
commit a58b526670
2 changed files with 61 additions and 8 deletions

View File

@@ -241,7 +241,7 @@ void loop()
}
Serial.print(fanSpeedPercent);
Serial.print("%;");
Serial.print("/100;");
setFanSpeedPercent(fanSpeedPercent);
Serial.print(actualFanSpeedRpm);