From 1017715a9a0529628575c97e4ee332330e1856d5 Mon Sep 17 00:00:00 2001 From: Owen Date: Fri, 30 Oct 2020 12:58:42 +0100 Subject: [PATCH] fix CI build --- esp32-cam-webserver.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp32-cam-webserver.ino b/esp32-cam-webserver.ino index b091f04..8b1fd7a 100644 --- a/esp32-cam-webserver.ino +++ b/esp32-cam-webserver.ino @@ -601,7 +601,7 @@ void setup() { 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.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