diff --git a/src/deployable_example.cpp b/src/deployable_example.cpp index e4589b0..18bb516 100644 --- a/src/deployable_example.cpp +++ b/src/deployable_example.cpp @@ -299,14 +299,11 @@ const char index_html[] PROGMEM = R"rawliteral(
WiFi SSID: WiFi Password: - API Key: - - + API Key: - Detector Id: Query Delay (seconds): Endpoint: @@ -374,7 +371,6 @@ String processor(const String& var) { preferences.end(); return out; // return var; - } #endif @@ -649,6 +645,7 @@ void setup() { #endif } + void listener(void * parameter) { char input3[1000]; int input3_index = 0; @@ -1340,4 +1337,4 @@ bool is_motion_detected(camera_fb_t* frame, int alpha, int beta) { } return motion_detected; -} +} \ No newline at end of file