Skip to content

Commit

Permalink
fix version and native compile
Browse files Browse the repository at this point in the history
  • Loading branch information
TrystanLea committed Apr 4, 2023
1 parent be7a046 commit f652fcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions firmware/emonPi_CM/emonPi_CM.ino
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@
//----------------------------emonPi Firmware Version----------------------------------------------------------------------------------------
*/

const byte firmware_version[3] = {1,1,2};
const byte firmware_version[3] = {1,1,3};
/*
V1.0.0 10/7/2021 Derived from emonLibCM examples and original emonPi sketch, that being derived from
https://github.com/openenergymonitor/emonpi/blob/master/Atmega328/emonPi_RFM69CW_RF12Demo_DiscreteSampling
and emonLibCM example sketches, with config input based on emonTx V3 sketches.
v1.1.0 16/2/2023 Support for LowPowerLabs
v1.1.1 16/2/2023 Print Radio format at startup, include message count in output
v1.1.2 28/3/2023 Fix missing ACKRequested sendACK
v1.1.3 04/4/2023 Updated to use cut down version of RFM69 LowPowerLabs library
Updated to match latest EmonLibCM library and emonPiFrontEndCM sketch from Robert
emonhub.conf node decoder (assuming Node 5):
Expand All @@ -41,7 +43,7 @@ emonhub.conf node decoder (assuming Node 5):
#define RFM69_JEELIB_NATIVE 2
#define RFM69_LOW_POWER_LABS 3

#define RadioFormat RFM69_LOW_POWER_LABS
#define RadioFormat RFM69_JEELIB_NATIVE

#include <emonLibCM.h> // OEM CM library

Expand Down
1 change: 1 addition & 0 deletions firmware/emonPi_CM/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ lib_deps =
DallasTemperature
https://github.com/openenergymonitor/EmonLibCM
https://github.com/openenergymonitor/RFM69_LPL#atmega328
https://github.com/openenergymonitor/RFM69_JeeLib#atmega
https://github.com/openenergymonitor/emonEProm
https://github.com/openenergymonitor/LiquidCrystal_I2C

0 comments on commit f652fcc

Please sign in to comment.