St-connect

Dependencies:   HP206C mbed WakeUp QMC5883L DHT22 DS1820

  1. ST Conect Project Look how we did it : [Hackster](https://www.hackster.io/monginjulien/st-connect-dike-monitoring-534a32)
Revision:
12:41fa5a145a22
Parent:
11:e48bb5d44808
Child:
13:8cbc053fdca1
--- a/main.cpp	Tue Jan 08 15:03:27 2019 +0000
+++ b/main.cpp	Tue Jan 08 15:06:23 2019 +0000
@@ -6,7 +6,7 @@
 #include "QMC5883L.h"
 
 // Time during the deepsleep in ms
-#define DEEPSLEEP_TIME (12*60000)
+#define DEEPSLEEP_TIME (1*60000)
 
 // Enabling components
 #define ENABLE_BAROMETER 1
@@ -20,7 +20,7 @@
 #define TRAME_SIZE 25
 
 // Enable the debug
-// #define DEBUG
+#define DEBUG
 
 // Enable the sending over Sigfox
 #define SEND_SIGFOX 1