mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
tests/wipy: Fix error in wlan test.
This commit is contained in:
@@ -97,7 +97,7 @@ print(wifi.isconnected() == False)
|
||||
# test init again
|
||||
wifi.init(WLAN.AP, ssid='www.wipy.io', auth=None, channel=5, antenna=WLAN.INT_ANT)
|
||||
|
||||
print(len(wlan.mac()) == 6)
|
||||
print(len(wifi.mac()) == 6)
|
||||
|
||||
# next ones MUST raise
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user