Skip to content

Commit 5407758

Browse files
author
TrystanLea
committed
inc version
1 parent 24b843c commit 5407758

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firmware/src/src.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
31 - Special allocation in JeeLib RFM12 driver - Node31 can communicate with nodes on any network group
3131
-------------------------------------------------------------------------------------------------------------
3232
Change log:
33+
V3.2.5 - (20/09/21) Option for multiple external temperature sensors
3334
V3.2.4 - (25/05/18) Add prompt for serial config
3435
V3.2.3 - (17/07/17) Fix DIP switch had no effect
3536
V3.2.2 - (12/05/17) Fix DIP switch nodeID not being read when EEPROM is configures
@@ -67,7 +68,7 @@
6768
boolean debug=1; // Set to 1 to few debug serial output
6869
boolean flash_led=0; // Flash LED after each sample (battery drain) default=0
6970

70-
const unsigned int version = 324; // firmware version
71+
const unsigned int version = 325; // firmware version
7172
// These variables control the transmit timing of the emonTH
7273
const unsigned long WDT_PERIOD = 80; // mseconds.
7374
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)