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 42:8ffb253b09e7, committed 2015-09-28
- Comitter:
- aymangrais
- Date:
- Mon Sep 28 03:38:43 2015 +0000
- Parent:
- 37:5ee74d72efe4
- Commit message:
- increase ota timeout to be 5 seconds (instead of 1.5 sec)
Changed in this revision
api/WiconnectTypes.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5ee74d72efe4 -r 8ffb253b09e7 api/WiconnectTypes.h --- a/api/WiconnectTypes.h Thu Nov 27 01:11:12 2014 -0800 +++ b/api/WiconnectTypes.h Mon Sep 28 03:38:43 2015 +0000 @@ -145,7 +145,7 @@ * @ingroup api_core_macro * @brief Default firmware update timeout in ms */ -#define WICONNECT_FIRMWARE_UPDATE_TIMEOUT 90000UL +#define WICONNECT_FIRMWARE_UPDATE_TIMEOUT 300000UL /** * @ingroup api_socket_macro