Skip to content

Commit

Permalink
fix lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Jul 21, 2023
1 parent b336873 commit e836d42
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions firmware/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ framework = arduino
board = uno
monitor_speed = 115200
lib_deps =
https://github.com/LowPowerLab/RFM69
https://github.com/openenergymonitor/rfmTxLib
https://github.com/openenergymonitor/rfm69nTxLib
https://github.com/openenergymonitor/emonEProm
JeeLib
OneWire
DallasTemperature
SI7021
https://github.com/LowPowerLab/RFM69.git#d726805
https://github.com/openenergymonitor/rfmTxLib.git#a6ebb80
https://github.com/openenergymonitor/rfm69nTxLib.git#1631384
https://github.com/openenergymonitor/emonEProm.git#b104ce5
https://github.com/jcw/jeelib.git#6df2d8d
https://github.com/LowPowerLab/SI7021.git#06fadfb
paulstoffregen/OneWire@^2.3.7
milesburton/DallasTemperature@^3.11.0


# NEW Low Power Labs encrypted RF format (RFM69SPI compatiable)
Expand All @@ -39,4 +39,3 @@ monitor_speed = ${common.monitor_speed}
lib_deps = ${common.lib_deps}
build_flags =
-D RadioFormat=RFM69_JEELIB_CLASSIC

0 comments on commit e836d42

Please sign in to comment.