mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-09 23:25:45 +00:00
Merge branch 'main' into warnings-fix
This commit is contained in:
commit
3ecc9e33c0
2 changed files with 14 additions and 12 deletions
|
@ -7,8 +7,8 @@ const refreshIcon = refreshButton.querySelector("img");
|
|||
let isLoading = false;
|
||||
|
||||
refreshButton.addEventListener("click", async () => {
|
||||
// check if interface is connected via WiFi
|
||||
if (data.connection == 0 || data.connection == 1) {
|
||||
// check if interface is in WiFi-AccessPoint mode
|
||||
if (data.connection == 1) {
|
||||
alert(
|
||||
"Beim WLAN-Scan wird die Verbindung hardwarebedingt kurzzeitig" +
|
||||
"unterbrochen.\n" +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue