We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8cfde commit adc6f47Copy full SHA for adc6f47
main/ota_updater.py
@@ -14,7 +14,7 @@ def __init__(self, github_repo, module='', main_dir='main'):
14
self.module = module.rstrip('/')
15
16
@staticmethod
17
- def using_network(ssid='WiFi-2.4-62A1', password='internetisvaniedereen'):
+ def using_network(ssid, password):
18
import network
19
sta_if = network.WLAN(network.STA_IF)
20
if not sta_if.isconnected():
0 commit comments