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.
Dependencies: libmDot-mbed5 picojson ISL29011
Diff: examples/src/ota_example.cpp
- Revision:
- 2:ffac7b141b72
- Parent:
- 0:a151a6350d7f
- Child:
- 3:0e3e776e2862
--- a/examples/src/ota_example.cpp Thu Oct 06 14:49:35 2016 +0000 +++ b/examples/src/ota_example.cpp Thu Oct 06 16:44:19 2016 +0000 @@ -51,7 +51,7 @@ display_config(); // restore the saved session if the dot woke from deepsleep mode - // useful to use with deepsleep because RAM session info is otherwise lost when the dot enters deepsleep + // useful to use with deepsleep because session info is otherwise lost when the dot enters deepsleep if (dot->getStandbyFlag()) { logInfo("restoring network session from NVM"); dot->restoreNetworkSession();