feat: add logging for spoolman status in checkSpoolmanInstance function
This commit is contained in:
@@ -685,6 +685,8 @@ bool checkSpoolmanInstance() {
|
|||||||
if (!error && doc["status"].is<String>()) {
|
if (!error && doc["status"].is<String>()) {
|
||||||
const char* status = doc["status"];
|
const char* status = doc["status"];
|
||||||
http.end();
|
http.end();
|
||||||
|
Serial.print("Spoolman status: ");
|
||||||
|
Serial.println(status);
|
||||||
|
|
||||||
if (!checkSpoolmanExtraFields()) {
|
if (!checkSpoolmanExtraFields()) {
|
||||||
Serial.println("Fehler beim Überprüfen der Extrafelder.");
|
Serial.println("Fehler beim Überprüfen der Extrafelder.");
|
||||||
|
Reference in New Issue
Block a user