mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-06-29 22:42:05 +02:00
Use setHostname from network manager
This commit is contained in:
@@ -91,9 +91,6 @@ namespace WIFI_Utils {
|
||||
return;
|
||||
}
|
||||
|
||||
String hostName = "iGATE-" + Config.callsign;
|
||||
WiFi.setHostname(hostName.c_str());
|
||||
|
||||
// TODO: Create generic multi-SSID support in Network Manager
|
||||
while (!networkManager->isWiFiConnected()) {
|
||||
displayShow("", "Connecting to WiFi:", "", currentWiFi->ssid + " ...", 0);
|
||||
|
||||
Reference in New Issue
Block a user