Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: main.cpp
- Revision:
- 44:63be19b7a3db
- Parent:
- 37:3a31525e2971
- Child:
- 56:bea82468efd3
diff -r 45429aa163a0 -r 63be19b7a3db main.cpp --- a/main.cpp Tue Nov 21 08:15:03 2017 +0000 +++ b/main.cpp Tue Nov 21 11:30:03 2017 +0000 @@ -18,7 +18,7 @@ #include "TCPSocket.h" #define WIFI_ESP8266 1 -#define WIFI_IDW01M1 2 +#define WIFI_IDW0XX1 2 #if TARGET_UBLOX_EVK_ODIN_W2 #include "OdinWiFiInterface.h" @@ -33,10 +33,10 @@ #if MBED_CONF_APP_WIFI_SHIELD == WIFI_ESP8266 #include "ESP8266Interface.h" ESP8266Interface wifi(MBED_CONF_APP_WIFI_TX, MBED_CONF_APP_WIFI_RX); -#elif MBED_CONF_APP_WIFI_SHIELD == WIFI_IDW01M1 +#elif MBED_CONF_APP_WIFI_SHIELD == WIFI_IDW0XX1 #include "SpwfSAInterface.h" SpwfSAInterface wifi(MBED_CONF_APP_WIFI_TX, MBED_CONF_APP_WIFI_RX); -#endif // MBED_CONF_APP_WIFI_SHIELD == WIFI_IDW01M1 +#endif // MBED_CONF_APP_WIFI_SHIELD == WIFI_IDW0XX1 #endif