mirror of
https://github.com/esphome/esphome.git
synced 2026-07-11 01:15:33 +00:00
9bdff288d1e6b428cfbeacf64cdf480c39392c69
Remove the Arduino-specific ESP32 OTA backend and use the ESP-IDF backend for both Arduino and ESP-IDF framework builds on ESP32. Since Arduino-ESP32 is built on top of ESP-IDF, the ESP-IDF OTA APIs (esp_ota_begin, esp_ota_write, esp_ota_end, etc.) are available regardless of which framework is used. This simplifies the codebase by removing ~100 lines of duplicate code and ensures consistent OTA behavior across all ESP32 builds. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
549 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
