Example programs for MultiTech Dot devices demonstrating how to use the Dot devices and the Dot libraries for LoRa communication.

Dependencies:   libmDot-mbed5 ISL29011

Fork of Dot-Examples by MultiTech

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();