Search found 1 match
- Tue Sep 24, 2019 4:33 pm
- Forum: ESP-IDF
- Topic: ESP32-CAM bad hostname
- Replies: 0
- Views: 1931
ESP32-CAM bad hostname
Hello When I tried this code #include "esp_camera.h" #include <WiFi.h> #include "camera_pins.h" const char* ssid = "xxxxxxxxxx"; const char* password = "xxxxxx"; const char* hostname = "Sillage"; // Set your Static IP address IPAddress local_IP(192, 168, 1, 208); // Set your Gateway IP address IPAdd...