fix: behebe doppelte http.end() Aufrufe in checkSpoolmanExtraFields
This commit is contained in:
@ -410,12 +410,13 @@ bool checkSpoolmanExtraFields() {
|
||||
}
|
||||
}
|
||||
}
|
||||
http.end();
|
||||
}
|
||||
|
||||
Serial.println("-------- ENDE Prüfe Felder --------");
|
||||
Serial.println();
|
||||
|
||||
http.end();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user