Skip to content

Commit e90f2f8

Browse files
Change example wifi names based on user feedback
1 parent 1672f26 commit e90f2f8

File tree

1 file changed

+1
-1
lines changed
  • internal_filesystem/builtin/apps/com.micropythonos.wifi/assets

1 file changed

+1
-1
lines changed

internal_filesystem/builtin/apps/com.micropythonos.wifi/assets/wifi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def scan_networks_thread(self):
107107
self.ssids = list(set(n[0].decode() for n in networks))
108108
else:
109109
time.sleep(2)
110-
self.ssids = ["Home WiFi", "I believe Wi can Fi", "Winternet is coming", "The Promised LAN"]
110+
self.ssids = ["Home WiFi", "Pretty Fly for a WiFi", "Winternet is coming", "The Promised LAN"]
111111
print(f"scan_networks: Found networks: {self.ssids}")
112112
except Exception as e:
113113
print(f"scan_networks: Scan failed: {e}")

0 commit comments

Comments
 (0)