mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-19 10:32:56 +00:00
shortened wifi scan warning
This commit is contained in:
parent
0b0bf2f737
commit
303a0ae0fc
1 changed files with 3 additions and 4 deletions
|
@ -10,10 +10,9 @@ refreshButton.addEventListener("click", async () => {
|
|||
// check if interface is connected via WiFi-AccessPoint
|
||||
if (data.connection == 0 || data.connection == 1) {
|
||||
alert(
|
||||
"Um nach WLAN-Netzwerken zu scannen, muss hardware-bedingt die " +
|
||||
"WLAN-Verbindung kurzzeitig unterbrochen werden.\n" +
|
||||
"Wenn das DMX-Interface nach dem Scan nicht mehr verbunden " +
|
||||
"ist, verbinde es bitte neu."
|
||||
"Beim WLAN-Scan wird die Verbindung hardwarebedingt kurzzeitig" +
|
||||
"unterbrochen.\n" +
|
||||
"Möglicherweise muss das Interface neu verbunden werden."
|
||||
);
|
||||
}
|
||||
updateNetworks();
|
||||
|
|
Loading…
Add table
Reference in a new issue