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 de7cb3ad7f..0bc61246da 100644 --- a/esp8266/qstrdefsport.h +++ b/esp8266/qstrdefsport.h @@ -98,6 +98,10 @@ Q(SLEEP_NONE) Q(SLEEP_LIGHT) Q(SLEEP_MODEM) +// network module +Q(network) +Q(WLAN) + // Pin class Q(Pin) Q(init) |