Skip to content

Commit adc6f47

Browse files
committed
[Ronald]Cleanup OTAUpdate
1 parent ca8cfde commit adc6f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/ota_updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(self, github_repo, module='', main_dir='main'):
1414
self.module = module.rstrip('/')
1515

1616
@staticmethod
17-
def using_network(ssid='WiFi-2.4-62A1', password='internetisvaniedereen'):
17+
def using_network(ssid, password):
1818
import network
1919
sta_if = network.WLAN(network.STA_IF)
2020
if not sta_if.isconnected():

0 commit comments

Comments
 (0)