|
|
@@ -701,6 +701,8 @@ 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")
|
|
|
-
|
|
|
+QDEF(MP_QSTR_active, (const byte*)"\x69\x06" "active")
|
|
|
+QDEF(MP_QSTR_STA_IF, (const byte*)"\xb3\x06" "STA_IF")
|
|
|
+QDEF(MP_QSTR_AP_IF, (const byte*)"\x04\x05" "AP_IF")
|
|
|
|
|
|
// This file was automatically generated by makeqstrdata.py
|