We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62b239 commit 520f761Copy full SHA for 520f761
src/WiFiStatus.cpp
@@ -32,7 +32,7 @@ void WiFiStatus::onStationModeGotIP(const WiFiEventStationModeGotIP& event) {
32
}
33
#elif defined(ESP_PLATFORM)
34
void WiFiStatus::onStationModeConnected(WiFiEvent_t event, WiFiEventInfo_t info) {
35
- Serial.print("WiFi Connected.");
+ Serial.println("WiFi Connected.");
36
37
38
void WiFiStatus::onStationModeDisconnected(WiFiEvent_t event, WiFiEventInfo_t info) {
0 commit comments