luc-github / ESP3D-Configurator

Configurator for ESP3D Firmware
GNU General Public License v3.0
7 stars 5 forks source link

ESP3D V3 configurator for ESP8266 includes camera sometimes #11

Closed Stephano2000 closed 1 year ago

Stephano2000 commented 1 year ago

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

//////////////////////////////

github-actions[bot] commented 1 year ago

Thank your for submiting

luc-github commented 1 year ago

Fixed in latest version - thank you for pointing this out

github-actions[bot] commented 1 year ago

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.