Skip to content

Commit

Permalink
bump version V3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
SlyRemarks authored May 25, 2018
1 parent 5d9f059 commit a4f958e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src/src.ino
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
boolean debug=1; // Set to 1 to few debug serial output
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
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:
Expand Down

0 comments on commit a4f958e

Please sign in to comment.