Skip to content

Commit

Permalink
Merge pull request #30 from beabel/develop
Browse files Browse the repository at this point in the history
Add Time Versatz, Reconnect detect + Typos and Hostname from Develop to main
  • Loading branch information
beabel authored Apr 15, 2024
2 parents de58dc1 + 094e651 commit 43704d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion radiowecker/wlan.ino
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ boolean initWiFi(String ssid, String pkey) {
Serial.print("Soft AP disconnect");
WiFi.softAPdisconnect(true);
Serial.print("Set WLAN Mode");
//satrt station mode
//start station mode
WiFi.setHostname("radioweckerlanname"); //define hostname
WiFi.mode(WIFI_STA);
Serial.print("Verbindung zu ");
Serial.print(ssid);
Expand Down

0 comments on commit 43704d4

Please sign in to comment.