diff options
| author | Bill Owens | 2015-06-18 05:54:29 -0700 |
|---|---|---|
| committer | Paul Sokolovsky | 2015-06-20 23:35:55 +0300 |
| commit | 60ccb41facc0df74c47469134c7eab6a66b29234 (patch) | |
| tree | b704bb2398c2ba17b135a0d3d6776ade848cf463 /esp8266/qstrdefsport.h | |
| parent | 06593fb0f23dfc12f482561fbec1717dca0d4db4 (diff) | |
esp8266: Move status() from esp module to network
Diffstat (limited to 'esp8266/qstrdefsport.h')
| -rw-r--r-- | esp8266/qstrdefsport.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/esp8266/qstrdefsport.h b/esp8266/qstrdefsport.h index 0bc61246d..8db403f04 100644 --- a/esp8266/qstrdefsport.h +++ b/esp8266/qstrdefsport.h @@ -56,8 +56,6 @@ Q(esp) Q(socket) Q(connect) Q(disconnect) -Q(scan) -Q(status) Q(phy_mode) Q(sleep_type) Q(deepsleep) @@ -85,12 +83,6 @@ Q(onconnect) Q(onrecv) Q(onsent) Q(ondisconnect) -Q(STAT_IDLE) -Q(STAT_CONNECTING) -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) @@ -101,6 +93,14 @@ Q(SLEEP_MODEM) // network module Q(network) Q(WLAN) +Q(scan) +Q(status) +Q(STAT_IDLE) +Q(STAT_CONNECTING) +Q(STAT_WRONG_PASSWORD) +Q(STAT_NO_AP_FOUND) +Q(STAT_CONNECT_FAIL) +Q(STAT_GOT_IP) // Pin class Q(Pin) |
