|
@@ -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
|