Merge branch 'main' into recyclingfabrik

This commit is contained in:
2025-08-28 11:16:43 +02:00
6 changed files with 53 additions and 11 deletions

View File

@@ -1004,9 +1004,10 @@ bool checkSpoolmanInstance() {
Serial.println("Error contacting spoolman instance! HTTP Code: " + String(httpCode));
}
http.end();
returnValue = false;
spoolmanApiState = API_IDLE;
}else{
}
else
{
// If the check is skipped, return the previous status
Serial.println("Skipping spoolman healthcheck, API is active.");
returnValue = spoolmanConnected;