Home IO Control
ESPHome add-on for IO-Homecontrol devices
Loading...
Searching...
No Matches
platform_lr1121_controls.cpp File Reference

Hub-level LR1121 firmware-update entities: out-of-line bodies for the bootloader-rewrite arming switch. More...

Include dependency graph for platform_lr1121_controls.cpp:

Go to the source code of this file.

Detailed Description

Hub-level LR1121 firmware-update entities: out-of-line bodies for the bootloader-rewrite arming switch.

The flash button is header-inline; this translation unit pulls its class in (via the header), so clang-tidy analyzes the button too whenever it runs against a config that enables lr1121_firmware_update: (scripts/run-clang-tidy.sh config/tests/test-esp32-lr1121-fwupdate.yaml) — the default clang-tidy target sets neither define, so both classes expand to nothing there.

Definition in file platform_lr1121_controls.cpp.