Skip to content

Commit 7e0dbd7

Browse files
committed
Log wifi SSID and hostname in setup()
1 parent 54a5e59 commit 7e0dbd7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

firmware/src/main.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,9 @@ void setup() {
217217
Serial.print("Initializing Web server... ");
218218
webServer.Initialize();
219219
Serial.println("Done");
220+
221+
Serial.printf("\nWifi SSID: %s\n", wi.GetSSID().c_str());
222+
Serial.printf("Hostname: %s\n\n", wi.GetHostname().c_str());
220223
}
221224

222225
/**

0 commit comments

Comments
 (0)