Skip to content

Commit c904d58

Browse files
authored
Bump version V1.4
1 parent 7fdbbc5 commit c904d58

File tree

1 file changed

+4
-1
lines changed
  • firmware/RFM69CW_RF_Demo_ATmega328/RFM69CW_RF12_Demo_ATmega328/src

1 file changed

+4
-1
lines changed

firmware/RFM69CW_RF_Demo_ATmega328/RFM69CW_RF12_Demo_ATmega328/src/src.ino

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
//http://OpenEnergyMonitor.org
55
//https://github.com/openenergymonitor/RFM2Pi
66

7+
// V1.4 Jan 17
8+
// Compile with platformIO and relase with GH releases using TravisCI
9+
710
// V1.3 July 15 - add RF trace mode debug and fix node ID isse, merge pb66 pull requests
811
// https://github.com/openenergymonitor/RFM2Pi/pull/2
912
// https://github.com/openenergymonitor/RFM2Pi/pull/4
@@ -35,7 +38,7 @@
3538

3639
#define MAJOR_VERSION RF12_EEPROM_VERSION // bump when EEPROM layout changes
3740
#define MINOR_VERSION 2 // bump on other non-trivial changes
38-
#define VERSION "[RF12demo.13]" // keep in sync with the above
41+
#define VERSION "[RF12demo.14]" // keep in sync with the above
3942

4043
#define SERIAL_BAUD 38400 // max baud for 8Mhz RFM12Pi http://openenergymonitor.org/emon/node/6244/
4144
#define DATAFLASH 0 // set to 0 for non-JeeLinks, else 4/8/16 (Mbit)

0 commit comments

Comments
 (0)