We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9f059 commit a4f958eCopy full SHA for a4f958e
firmware/src/src.ino
@@ -64,7 +64,7 @@
64
boolean debug=1; // Set to 1 to few debug serial output
65
boolean flash_led=0; // Flash LED after each sample (battery drain) default=0
66
67
-const unsigned int version = 323; // firmware version
+const unsigned int version = 324; // firmware version
68
// These variables control the transmit timing of the emonTH
69
const unsigned long WDT_PERIOD = 80; // mseconds.
70
const unsigned long WDT_MAX_NUMBER = 690; // Data sent after WDT_MAX_NUMBER periods of WDT_PERIOD ms without pulses:
0 commit comments