Files
esphome/esphome
J. Nick Koston fc0625c0f7 [wifi] Move LibreTiny WiFi STA state to member variable
Replace the file-static s_sta_state with the shared sta_state_
member variable on WiFiComponent, matching the ESP8266 change.
All accesses are in member functions so no global_wifi_component
indirection is needed.
2026-03-29 18:46:37 -10:00
..