BIN WANG / Mbed OS Smart_Miun

Dependencies:   libmDot-mbed5 LoRa_Miun_lib

Fork of Dot-Examples by MultiTech

Revision:
20:14dc960f026b
Parent:
17:d4f82e16de5f
--- a/examples/src/auto_ota_example.cpp	Fri Nov 18 15:45:32 2016 +0000
+++ b/examples/src/auto_ota_example.cpp	Sat Feb 25 11:17:33 2017 +0000
@@ -34,7 +34,7 @@
 // in sleep mode, IO state is maintained, RAM is retained, and application will resume after waking up
 // in deepsleep mode, IOs float, RAM is lost, and application will start from beginning after waking up
 // if deep_sleep == true, device will enter deepsleep mode
-static bool deep_sleep = true;
+static bool deep_sleep = false;
 
 mDot* dot = NULL;