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:
- 33:15ea8f985c54
- Parent:
- 31:b1d5811e3d5d
diff -r febff0fd3195 -r 15ea8f985c54 examples/src/auto_ota_example.cpp --- a/examples/src/auto_ota_example.cpp Thu Sep 13 15:32:55 2018 -0500 +++ b/examples/src/auto_ota_example.cpp Wed Apr 24 12:50:08 2019 +0000 @@ -86,7 +86,7 @@ dot->setEvents(&events); if (!dot->getStandbyFlag()) { - logInfo("mbed-os library version: %d", MBED_LIBRARY_VERSION); + logInfo("mbed-os library version: %d.%d.%d", MBED_MAJOR_VERSION, MBED_MINOR_VERSION, MBED_PATCH_VERSION); // start from a well-known state logInfo("defaulting Dot configuration");