mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-21 13:41:19 +00:00
fixed line duplicated by accident
This commit is contained in:
parent
48bf642536
commit
0470a4acde
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ refreshButton.addEventListener("click", async () => {
|
||||||
|
|
||||||
// check if connected via WiFi-Station
|
// check if connected via WiFi-Station
|
||||||
if (data.connection === 0) {
|
if (data.connection === 0) {
|
||||||
// show currently connected wifi
|
|
||||||
// show currently connected WiFi
|
// show currently connected WiFi
|
||||||
insertNetworks([data.ssid]);
|
insertNetworks([data.ssid]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue