File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 30
30
31 - Special allocation in JeeLib RFM12 driver - Node31 can communicate with nodes on any network group
31
31
-------------------------------------------------------------------------------------------------------------
32
32
Change log:
33
+ V3.2.5 - (20/09/21) Option for multiple external temperature sensors
33
34
V3.2.4 - (25/05/18) Add prompt for serial config
34
35
V3.2.3 - (17/07/17) Fix DIP switch had no effect
35
36
V3.2.2 - (12/05/17) Fix DIP switch nodeID not being read when EEPROM is configures
67
68
boolean debug=1 ; // Set to 1 to few debug serial output
68
69
boolean flash_led=0 ; // Flash LED after each sample (battery drain) default=0
69
70
70
- const unsigned int version = 324 ; // firmware version
71
+ const unsigned int version = 325 ; // firmware version
71
72
// These variables control the transmit timing of the emonTH
72
73
const unsigned long WDT_PERIOD = 80 ; // mseconds.
73
74
const unsigned long WDT_MAX_NUMBER = 690 ; // Data sent after WDT_MAX_NUMBER periods of WDT_PERIOD ms without pulses:
You can’t perform that action at this time.
0 commit comments