Host library for controlling a WiConnect enabled Wi-Fi module.

Dependents:   wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more

Revision:
35:15725177aa60
Parent:
29:b6af04b77a56
--- a/api/sdk.h	Wed Nov 26 23:46:00 2014 -0800
+++ b/api/sdk.h	Thu Nov 27 00:25:09 2014 -0800
@@ -38,6 +38,14 @@
 
 namespace wiconnect
 {
+
+/**
+ * @ingroup api_core_macro
+ * @brief This is the minimum supported WiConnect version. If your
+ *        WiFi module's firmware is out-dated, use the updateFirmware()
+ *        API call to update your module's firmware.
+ */
+#define WICONNECT_MINIMUM_VERSION FILE_MAKE_VERSION(2, 0, 0, 11)
 
 /**
  * @ingroup api_core_macro