1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-16 14:55:50 +00:00

[esp32_hosted] Initial OTA implementation (#11562)

This commit is contained in:
Jonathan Swoboda
2025-11-03 15:08:50 -05:00
committed by GitHub
parent fb7dbc9910
commit 9c7cb30ae5
9 changed files with 286 additions and 3 deletions

View File

@@ -71,6 +71,7 @@ ignore_types = (
".apng",
".gif",
".webp",
".bin",
)
LINT_FILE_CHECKS = []