Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Sep 2, 2024
1 parent 916eb03 commit 345fb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wifi_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ namespace WIFI_Utils {
startAP = true;
} else {
uint8_t wifiCounter = 0;
String hostName = "APRS_iGATE " + Config.callsign;
String hostName = "iGATE-" + Config.callsign;
WiFi.setHostname(hostName.c_str());
WiFi.mode(WIFI_STA);
WiFi.disconnect();
Expand Down

0 comments on commit 345fb1e

Please sign in to comment.