fix CI build
This commit is contained in:
parent
0d257d8465
commit
1017715a9a
|
@ -601,7 +601,7 @@ void setup() {
|
||||||
if (debugData) Serial.println("Camera debug data is enabled (send any char to disable)");
|
if (debugData) Serial.println("Camera debug data is enabled (send any char to disable)");
|
||||||
else Serial.println("Camera debug data is disabled (send any char to enable)");
|
else Serial.println("Camera debug data is disabled (send any char to enable)");
|
||||||
} else {
|
} else {
|
||||||
Serial.printf("\nCamera unavailable due to initialisation errors.\n\n", httpURL);
|
Serial.printf("\nCamera unavailable due to initialisation errors.\n\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Used when dumping status; these are slow functions, so just do them once during startup
|
// Used when dumping status; these are slow functions, so just do them once during startup
|
||||||
|
|
Loading…
Reference in New Issue