mbed Connector Interface simplification API on top of mbed-client
Fork of mbedConnectorInterfaceV3 by
NOTE:
This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!
Diff: mbed-connector-interface/mbedConnectorInterface.h
- Revision:
- 94:25ce0592620f
- Parent:
- 91:179b5cb420de
- Child:
- 105:aeaaee8fbb1d
- Child:
- 122:4072e03884e4
--- a/mbed-connector-interface/mbedConnectorInterface.h Fri Mar 10 17:50:52 2017 +0000 +++ b/mbed-connector-interface/mbedConnectorInterface.h Fri Mar 31 06:21:29 2017 +0000 @@ -32,11 +32,12 @@ /************** DEFAULT CONFIGURATION PARAMETERS ************************/ -// Network Selection Definitions +// Network Selection Definitions (must match easy-connect.h) #define ETHERNET 1 -#define WIFI 2 +#define WIFI_ESP8266 2 #define MESH_LOWPAN_ND 3 #define MESH_THREAD 4 +#define WIFI_ODIN 5 // we will use ThreadedResourceObserver #define CONNECTOR_USING_THREADS 1