This commit is contained in:
parent
916eb038e5
commit
345fb1e937
|
|
@ -70,7 +70,7 @@ namespace WIFI_Utils {
|
||||||
startAP = true;
|
startAP = true;
|
||||||
} else {
|
} else {
|
||||||
uint8_t wifiCounter = 0;
|
uint8_t wifiCounter = 0;
|
||||||
String hostName = "APRS_iGATE " + Config.callsign;
|
String hostName = "iGATE-" + Config.callsign;
|
||||||
WiFi.setHostname(hostName.c_str());
|
WiFi.setHostname(hostName.c_str());
|
||||||
WiFi.mode(WIFI_STA);
|
WiFi.mode(WIFI_STA);
|
||||||
WiFi.disconnect();
|
WiFi.disconnect();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue