fix: behebe doppelte http.end() Aufrufe in checkSpoolmanExtraFields

This commit is contained in:
Manuel Weiser 2025-02-27 21:54:47 +01:00
parent fd8f7685a1
commit db626ea516

View File

@ -410,12 +410,13 @@ bool checkSpoolmanExtraFields() {
} }
} }
} }
http.end();
} }
Serial.println("-------- ENDE Prüfe Felder --------"); Serial.println("-------- ENDE Prüfe Felder --------");
Serial.println(); Serial.println();
http.end();
return true; return true;
} }