diff options
Diffstat (limited to 'esp8266/qstrdefsport.h')
-rw-r--r-- | esp8266/qstrdefsport.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/esp8266/qstrdefsport.h b/esp8266/qstrdefsport.h index 8db403f048..6e682bf9f3 100644 --- a/esp8266/qstrdefsport.h +++ b/esp8266/qstrdefsport.h @@ -56,6 +56,7 @@ Q(esp) Q(socket) Q(connect) Q(disconnect) +Q(wifi_mode) Q(phy_mode) Q(sleep_type) Q(deepsleep) @@ -89,6 +90,9 @@ Q(MODE_11N) Q(SLEEP_NONE) Q(SLEEP_LIGHT) Q(SLEEP_MODEM) +Q(STA_MODE) +Q(AP_MODE) +Q(STA_AP_MODE) // network module Q(network) |