Browse Source

erster feldtest

FloKra 10 months ago
parent
commit
820eeae6f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TeichTemp/TeichTemp.ino

+ 1 - 1
TeichTemp/TeichTemp.ino

@@ -36,7 +36,7 @@ DeviceAddress owSensor1;
 
 RCSwitch mySwitch = RCSwitch();
 
-const unsigned int sendDataInterval = 0; // WDT will wake the MCU every 8 s - 37 * 8 = 296s =~ 5m
+const unsigned int sendDataInterval = 32; // WDT will wake the MCU every 8 s - 37 * 8 = 296s =~ 5m
 
 const unsigned long txBaseCode = 0x631;  // we are sending 24 bit codes, the 12 MSB are the device address and defined here
 // 12 bits LSB contains the actual data