mirror of
https://github.com/esphome/esphome.git
synced 2026-09-13 16:18:41 +00:00
4e517b422df0e6d690118429140ae5a1955b39c9
clang-tidy flagged the forward decl in hal_esp8266.h because <user_interface.h> also declares the function (when included via SDK headers). Both decls are identical `extern "C"` so the redundancy is harmless; suppress the warning on the hal_esp8266.h side.
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
593 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
