Skip to content

Commit a4f958e

Browse files
authored
bump version V3.24
1 parent 5d9f059 commit a4f958e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firmware/src/src.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
boolean debug=1; // Set to 1 to few debug serial output
6565
boolean flash_led=0; // Flash LED after each sample (battery drain) default=0
6666

67-
const unsigned int version = 323; // firmware version
67+
const unsigned int version = 324; // firmware version
6868
// These variables control the transmit timing of the emonTH
6969
const unsigned long WDT_PERIOD = 80; // mseconds.
7070
const unsigned long WDT_MAX_NUMBER = 690; // Data sent after WDT_MAX_NUMBER periods of WDT_PERIOD ms without pulses:

0 commit comments

Comments
 (0)