Closed Stephano2000 closed 1 year ago
Thank your for submiting
Fixed in latest version - thank you for pointing this out
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Launch a fresh configurator webpage. The MCU is ESP32 by default. Set Camera to ESP32-CAM Change the MCU to ESP8266. The camera settings disappear. Download configuration.h. The camera settings are included:
////////////////////////////// // Model name // Modele name of device
define ESP_MODEL_NAME "ESP8266"
... // Camera type / /AI Thinker (ESP32-Cam) // Camera connected to ESP board, only ones with PSRAM are supported
define CAMERA_DEVICE CAMERA_MODEL_AI_THINKER
//////////////////////////////