mirror of
https://github.com/esphome/esphome.git
synced 2026-02-18 23:45:40 -07:00
[wifi] Deprecate wifi_ssid() in favor of wifi_ssid_to() (#13958)
This commit is contained in:
@@ -502,6 +502,8 @@ class WiFiComponent : public Component {
|
||||
}
|
||||
|
||||
network::IPAddresses wifi_sta_ip_addresses();
|
||||
// Remove before 2026.9.0
|
||||
ESPDEPRECATED("Use wifi_ssid_to() instead. Removed in 2026.9.0", "2026.3.0")
|
||||
std::string wifi_ssid();
|
||||
/// Write SSID to buffer without heap allocation.
|
||||
/// Returns pointer to buffer, or empty string if not connected.
|
||||
|
||||
Reference in New Issue
Block a user