dproldan / Esp32AutoCamera

ESP32-CAM with an open wifi access point and a captive portal, for fast deployment of a wireless camara.
182 stars 26 forks source link

Compiling error ESP32AutoCamera #9

Open rwlakin opened 2 years ago

rwlakin commented 2 years ago

Using the statement: WiFiServer server(80); The error is: CameraWebServerV1:22:12: error: cannot declare variable 'server' to be of abstract type 'WiFiServer' WiFiServer server(80); The module is ESP32 CAM module #define CAMERA_MODEL_AI_THINKER
The library for WiFi.h indicates its a valid statement. I don't understand.
Roger