diff options
Diffstat (limited to 'esp8266/qstrdefsport.h')
| -rw-r--r-- | esp8266/qstrdefsport.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/esp8266/qstrdefsport.h b/esp8266/qstrdefsport.h index 0631e89c8..de7cb3ad7 100644 --- a/esp8266/qstrdefsport.h +++ b/esp8266/qstrdefsport.h @@ -40,6 +40,7 @@ Q(delay) Q(udelay) Q(sync) Q(hard_reset) +Q(unique_id) // uos module Q(uos) @@ -57,6 +58,15 @@ Q(connect) Q(disconnect) Q(scan) Q(status) +Q(phy_mode) +Q(sleep_type) +Q(deepsleep) +Q(adc) +Q(vdd33) +Q(chip_id) +Q(flash_id) +Q(sdk_version) +Q(mac) Q(getaddrinfo) Q(send) Q(sendto) @@ -70,6 +80,7 @@ Q(setblocking) Q(setsockopt) Q(close) Q(protocol) +Q(getpeername) Q(onconnect) Q(onrecv) Q(onsent) @@ -80,6 +91,12 @@ Q(STAT_WRONG_PASSWORD) Q(STAT_NO_AP_FOUND) Q(STAT_CONNECT_FAIL) Q(STAT_GOT_IP) +Q(MODE_11B) +Q(MODE_11G) +Q(MODE_11N) +Q(SLEEP_NONE) +Q(SLEEP_LIGHT) +Q(SLEEP_MODEM) // Pin class Q(Pin) |
