Skip to content

Commit

Permalink
Bump version V1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson authored Jan 13, 2017
1 parent 7fdbbc5 commit c904d58
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
//http://OpenEnergyMonitor.org
//https://github.com/openenergymonitor/RFM2Pi

// V1.4 Jan 17
// Compile with platformIO and relase with GH releases using TravisCI

// V1.3 July 15 - add RF trace mode debug and fix node ID isse, merge pb66 pull requests
// https://github.com/openenergymonitor/RFM2Pi/pull/2
// https://github.com/openenergymonitor/RFM2Pi/pull/4
Expand Down Expand Up @@ -35,7 +38,7 @@

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

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

0 comments on commit c904d58

Please sign in to comment.