This commit is contained in:
richonguzman 2024-09-02 09:40:17 -04:00
parent 916eb038e5
commit 345fb1e937
1 changed files with 1 additions and 1 deletions

View File

@ -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();