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 ISL29011
Diff: examples/src/auto_ota_example.cpp
- Revision:
- 16:a3832552dfe1
- Parent:
- 15:364df461110f
- Child:
- 17:d4f82e16de5f
diff -r 364df461110f -r a3832552dfe1 examples/src/auto_ota_example.cpp --- a/examples/src/auto_ota_example.cpp Tue Oct 11 16:33:45 2016 -0500 +++ b/examples/src/auto_ota_example.cpp Wed Oct 19 11:53:17 2016 -0500 @@ -49,6 +49,8 @@ dot->setEvents(&events); if (!dot->getStandbyFlag()) { + logInfo("mbed-os library version: %d", MBED_LIBRARY_VERSION); + // start from a well-known state logInfo("defaulting Dot configuration"); dot->resetConfig();