20171006

Dependencies:   INA219 ISL29125 TSL2561 libmDot-mbed5 LoRa_Miun_20171002 SmartApp_Miun

Fork of Smart_Miun by BIN WANG

Files at this revision

API Documentation at this revision

Comitter:
biwa1400
Date:
Sat Feb 25 11:17:33 2017 +0000
Parent:
18:b7da620f9ae3
Child:
21:99ca5fc42f3e
Commit message:
Deepsleep

Changed in this revision

examples/src/auto_ota_example.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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;