This commit is contained in:
J. Nick Koston
2025-11-17 23:45:32 -06:00
parent efbf696f88
commit 3f763b24c5
-3
View File
@@ -292,9 +292,6 @@ class WiFiComponent : public Component {
void save_wifi_sta(const std::string &ssid, const std::string &password);
/// Trigger connection attempt soon (exits cooldown if needed, otherwise no-op if already connecting/connected)
void connect_soon();
// ========== INTERNAL METHODS ==========
// (In most use cases you won't need these)
/// Setup WiFi interface.