mirror of
https://github.com/esphome/esphome.git
synced 2026-09-16 17:48:40 +00:00
dry
This commit is contained in:
@@ -220,7 +220,7 @@ class WiFiComponent : public Component {
|
||||
void set_sta(const WiFiAP &ap);
|
||||
// Returns a copy of the currently selected AP configuration
|
||||
// Note: This copies the 88-byte WiFiAP. Only used by WiFiConfigureAction for state save/restore.
|
||||
WiFiAP get_sta();
|
||||
WiFiAP get_sta() const;
|
||||
void init_sta(size_t count);
|
||||
void add_sta(const WiFiAP &ap);
|
||||
void clear_sta();
|
||||
|
||||
Reference in New Issue
Block a user