bump version V3.24
This commit is contained in:
parent
5d9f05980c
commit
a4f958e993
|
|
@ -64,7 +64,7 @@
|
||||||
boolean debug=1; // Set to 1 to few debug serial output
|
boolean debug=1; // Set to 1 to few debug serial output
|
||||||
boolean flash_led=0; // Flash LED after each sample (battery drain) default=0
|
boolean flash_led=0; // Flash LED after each sample (battery drain) default=0
|
||||||
|
|
||||||
const unsigned int version = 323; // firmware version
|
const unsigned int version = 324; // firmware version
|
||||||
// These variables control the transmit timing of the emonTH
|
// These variables control the transmit timing of the emonTH
|
||||||
const unsigned long WDT_PERIOD = 80; // mseconds.
|
const unsigned long WDT_PERIOD = 80; // mseconds.
|
||||||
const unsigned long WDT_MAX_NUMBER = 690; // Data sent after WDT_MAX_NUMBER periods of WDT_PERIOD ms without pulses:
|
const unsigned long WDT_MAX_NUMBER = 690; // Data sent after WDT_MAX_NUMBER periods of WDT_PERIOD ms without pulses:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue