пропажа слешей

Dependencies:   mbed mbed-STM32F103C8T6 MLX90614 Watchdog DS1820

Revision:
9:e8a07983289f
Parent:
6:70d0218c2a28
Child:
10:51960145754a
--- a/config.h	Tue Sep 29 17:45:22 2020 +0000
+++ b/config.h	Tue Sep 29 19:48:56 2020 +0000
@@ -7,10 +7,10 @@
 #define STATE_SENDING_TELEMETRY 4
 #define STATE_SLEEPING 5
 
-#define SLEEP_CHECK_TIME 60
-#define SLEEP_TIME_S 60*5
+#define SLEEP_CHECK_TIME 5
+#define SLEEP_TIME_S 60
 #define WATCHDOG_INTERVAL_S SLEEP_TIME_S+5
-#define FIX_CHECK_TIME_S 60
+#define FIX_CHECK_TIME_S 5
 #define FIX_MAX_TRIES 3
 
 #define PIN_SDA     PB_9
@@ -22,7 +22,7 @@
 #define PIN_RX      PA_3
 
 
-#define DEBUG_SIM 1
+#define DEBUG_SIM 0
 #define DEBUG_PC 1
 
 #define NBIOT_TELEMETRY_URL "http://iotsandbox.mts.ru:8080/api/v1/msyDlNiOZVAzKkkmVNVU/telemetry"
\ No newline at end of file