fix: add WiFi connection check and restart Bambu if not connected

This commit is contained in:
2025-03-23 16:31:12 +01:00
parent 6534419381
commit 75e13387c8
+4
View File
@@ -98,6 +98,10 @@ void loop() {
// Wenn Bambu auto set Spool aktiv
if (autoSendToBambu && autoSetToBambuSpoolId > 0) {
if (!bambu_connected)
{
bambu_restart();
}
if (intervalElapsed(currentMillis, lastAutoSetBambuAmsTime, autoSetBambuAmsInterval))
{
if (hasReadRfidTag == 0)