You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/esphome/components/snmp/snmp_component.cpp: In lambda function:
src/esphome/components/snmp/snmp_component.cpp:234:85: error: 'class esphome::wifi::WiFiComponent' has no member named 'wifi_sta_ip'; did you mean 'wifi_soft_ap_ip'?
234 | CUSTOM_OID "4.4.0", []() -> std::string { return wifi::global_wifi_component->wifi_sta_ip().str(); });
| ^~~~~~~~~~~
| wifi_soft_ap_ip
Seems something change in esphome that make snmp compile failed.
The text was updated successfully, but these errors were encountered:
Seems something change in esphome that make snmp compile failed.
The text was updated successfully, but these errors were encountered: