mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-05 05:38:54 +00:00
Merge branch 'main' into HendrikRauh/issue33
This commit is contained in:
commit
34aa221c9d
9 changed files with 11899 additions and 11901 deletions
|
@ -20,7 +20,7 @@ refreshButton.addEventListener("click", async () => {
|
|||
|
||||
// check if connected via WiFi-Station
|
||||
if (data.connection === 0) {
|
||||
// show currently connected wifi
|
||||
// show currently connected WiFi
|
||||
insertNetworks([data.ssid]);
|
||||
}
|
||||
|
||||
|
@ -68,6 +68,6 @@ async function loadNetworks() {
|
|||
async function updateNetworks() {
|
||||
const networks = await loadNetworks();
|
||||
if (networks) {
|
||||
insertNetworks(["", ...networks], true);
|
||||
insertNetworks(["", ...networks]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue