File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
firmware/RFM69CW_RF_Demo_ATmega328/RFM69CW_RF12_Demo_ATmega328/src Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
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)
You can’t perform that action at this time.
0 commit comments