Przeglądaj źródła

Version 6.2.4; Repair

platenspeler 5 lat temu
rodzic
commit
e2b3a5d0fa
2 zmienionych plików z 4 dodań i 4 usunięć
  1. 1 1
      src/ESP-sc-gway.ino
  2. 3 3
      src/configGway.h

+ 1 - 1
src/ESP-sc-gway.ino

@@ -179,7 +179,7 @@ uint32_t eventTime = 0;										// Timing of _event to change value (or not).
 uint32_t sendTime = 0;										// Time that the last message transmitted
 uint32_t doneTime = 0;										// Time to expire when CDDONE takes too long
 uint32_t statTime = 0;										// last time we sent a stat message to server
-uint32_t pullTime = 0;										// last time we sent a pull_data request to server\
+uint32_t pullTime = 0;										// last time we sent a pull_data request to server
 uint32_t rstTime  = 0;										// When to reset the timer
 uint32_t fileTime = 0;										// Wite the configuration to file
 

+ 3 - 3
src/configGway.h

@@ -1,7 +1,7 @@
 // 1-channel LoRa Gateway for ESP32 and ESP8266
 // Copyright (c) Maarten Westenberg 2016-2020 
 
-#define VERSION "V.6.2.4.EU868; PlatformIO 200425m"
+#define VERSION "V.6.2.4.EU868; PlatformIO 200428n"
 //
 // Based on work done by Thomas Telkamp for Raspberry PI 1ch gateway and many others.
 //
@@ -225,9 +225,9 @@
 // We must take care that the filesystem never(!) is full, and for that purpose we
 // rather have new records/line of statistics than very old.
 // Of course we must store enough records to make the filesystem work
-#if !defined _START_LOG
+#if !defined _STAT_LOG
 #	define _STAT_LOG 0
-#endif //_START_LOG
+#endif //_STAT_LOG
 
 
 // Set the Server Settings (IMPORTANT)