style: add numbering to update sections in upgrade.html

refactor: improve readability of checkSpoolmanInstance function
This commit is contained in:
2025-08-28 11:10:10 +02:00
parent 25233f70d5
commit d776956c5e
2 changed files with 5 additions and 3 deletions

View File

@@ -714,7 +714,9 @@ bool checkSpoolmanInstance() {
}
http.end();
spoolmanApiState = API_IDLE;
}else{
}
else
{
// If the check is skipped, return the previous status
Serial.println("Skipping spoolman healthcheck, API is active.");
returnValue = spoolmanConnected;