raomin / ESPAltherma

Monitor your Daikin Altherma / ROTEX heat pump with ESP32
MIT License
317 stars 105 forks source link

Support for ESP32-CAM modules #292

Open excieve opened 1 year ago

excieve commented 1 year ago

Although Ai-Thinker ESP32-CAM module and the clones can work with the generic esp32 environment, there are some specifics different from the esp32doit-devkit-v1 board configuration used in it.

With this change OTA actually works fine through the following changes:

Additionally, this adds a helpful WiFi status indication through the on-board red LED present on those modules at pin 33. When set to LOW it will turn on and it will turn off when set to HIGH.