diff options
author | Daniel Campora <daniel@wipy.io> | 2015-04-12 23:55:34 +0200 |
---|---|---|
committer | Daniel Campora <daniel@wipy.io> | 2015-04-13 00:02:56 +0200 |
commit | c69b4310c85b7f09789f75b49e706fea58e8aa7a (patch) | |
tree | 7680324c6d6d440b369778c132e5ece1108e1c8b /cc3200/qstrdefsport.h | |
parent | b21786947fabbdef76824d899263bec51779738b (diff) | |
download | micropython-c69b4310c85b7f09789f75b49e706fea58e8aa7a.tar.gz micropython-c69b4310c85b7f09789f75b49e706fea58e8aa7a.zip |
cc3200: Add WLAN.config_ip().
This new method allows to assign an static IP to the device.
Diffstat (limited to 'cc3200/qstrdefsport.h')
-rw-r--r-- | cc3200/qstrdefsport.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cc3200/qstrdefsport.h b/cc3200/qstrdefsport.h index f7ece3b658..b5f76f19e5 100644 --- a/cc3200/qstrdefsport.h +++ b/cc3200/qstrdefsport.h @@ -249,6 +249,12 @@ Q(disconnect) Q(channel) Q(ifconfig) Q(urn) +Q(mode) +Q(config_ip) +Q(ip) +Q(subnet) +Q(gateway) +Q(dns) Q(STA) Q(AP) Q(P2P) @@ -258,6 +264,8 @@ Q(WPA_WPA2) Q(WPA_ENT) Q(WPS_PBC) Q(WPS_PIN) +Q(DYNAMIC) +Q(STATIC) // for WDT class Q(WDT) |