fix: add logging for healthy spoolman instance check
This commit is contained in:
@@ -700,6 +700,8 @@ bool checkSpoolmanInstance() {
|
|||||||
oledShowTopRow();
|
oledShowTopRow();
|
||||||
spoolmanConnected = true;
|
spoolmanConnected = true;
|
||||||
returnValue = strcmp(status, "healthy") == 0;
|
returnValue = strcmp(status, "healthy") == 0;
|
||||||
|
Serial.print("Spoolman instance is healthy: ");
|
||||||
|
Serial.println(returnValue);
|
||||||
}else{
|
}else{
|
||||||
spoolmanConnected = false;
|
spoolmanConnected = false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user