|
|
@@ -697,7 +697,7 @@ QDEF(MP_QSTR_ffimod, (const byte*)"\xca\x06" "ffimod")
|
|
|
QDEF(MP_QSTR_ffifunc, (const byte*)"\x92\x07" "ffifunc")
|
|
|
QDEF(MP_QSTR_fficallback, (const byte*)"\xc5\x0b" "fficallback")
|
|
|
QDEF(MP_QSTR_ffivar, (const byte*)"\x49\x06" "ffivar")
|
|
|
-QDEF(MP_QSTR_now, (const byte*)"\xb3\x03" "now")
|
|
|
+QDEF(MP_QSTR_network, (const byte*)"\x5b\x07" "network")
|
|
|
QDEF(MP_QSTR_isconnected, (const byte*)"\x80\x0b" "isconnected")
|
|
|
QDEF(MP_QSTR_WLAN, (const byte*)"\x11\x04" "WLAN")
|
|
|
QDEF(MP_QSTR_disconnect, (const byte*)"\xa5\x0a" "disconnect")
|
|
|
@@ -709,7 +709,7 @@ QDEF(MP_QSTR_status, (const byte*)"\x71\x06" "status")
|
|
|
QDEF(MP_QSTR_rssi, (const byte*)"\x7e\x04" "rssi")
|
|
|
QDEF(MP_QSTR_config, (const byte*)"\x4f\x06" "config")
|
|
|
QDEF(MP_QSTR_ifconfig, (const byte*)"\xe0\x08" "ifconfig")
|
|
|
-QDEF(MP_QSTR_RTC, (const byte*)"\xa0\x03" "RTC")
|
|
|
+QDEF(MP_QSTR_mac, (const byte*)"\xaa\x03" "mac")
|
|
|
QDEF(MP_QSTR_essid, (const byte*)"\x4d\x05" "essid")
|
|
|
QDEF(MP_QSTR_hidden, (const byte*)"\xef\x06" "hidden")
|
|
|
QDEF(MP_QSTR_authmode, (const byte*)"\xce\x08" "authmode")
|