Возможности ESP32-CAM
протестировал wifi-сервер кодом: /********* Rui Santos Complete project details at https://randomnerdtutorials.com *********/ // Load Wi-Fi library #include // Replace with your network credentials //const char* ssid = “AndroidAP”; //const char* password = “qwerty123456”; // Set web server port number to 80 WiFiServer server(80); // Variable to store the HTTP request String header; // Auxiliar variables