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: GroveGPS libmDot-mbed5 ISL29011
Diff: examples/src/ota_example.cpp
- Revision:
- 27:e0a958990785
- Parent:
- 25:56f7775c702f
- Child:
- 28:558b703f621f
--- a/examples/src/ota_example.cpp Wed Mar 14 16:11:07 2018 -0500 +++ b/examples/src/ota_example.cpp Wed Mar 14 16:27:45 2018 -0500 @@ -151,8 +151,6 @@ //sleep_wake_rtc_only(deep_sleep); //sleep_wake_interrupt_only(deep_sleep); sleep_wake_rtc_or_interrupt(deep_sleep); - - logInfo("Did we ever return from our slumber???"); } return 0;