Commit Graph
3 Commits
Author SHA1 Message Date
J. Nick Koston a4de413701 [light] Make supports_effects and is_transformer_active const 2026-08-22 00:45:56 -05:00
J. Nick Koston 89b6c48a5d [light] Inline the trivial LightState accessors 2026-08-22 00:38:17 -05:00
J. Nick KostonandJesse Hills 1b5bf2c848 [wifi] Revert cyw43_wifi_link_status change for RP2040
The switch from cyw43_tcpip_link_status to cyw43_wifi_link_status
was intended for 2026.3.0 alongside the arduino-pico 5.5.0 framework
update but was accidentally included in 2026.2.3.

With the old framework (3.9.4), cyw43_wifi_link_status never returns
CYW43_LINK_UP, so the CONNECTED state is unreachable. The device
connects to WiFi but the status stays at CONNECTING until timeout,
causing a connect/disconnect loop.

Fixes https://github.com/esphome/esphome/issues/14422
2026-03-03 20:46:31 +13:00