Skip to content

Commit e836d42

Browse files
committed
fix lib versions
1 parent b336873 commit e836d42

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

firmware/platformio.ini

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ framework = arduino
99
board = uno
1010
monitor_speed = 115200
1111
lib_deps =
12-
https://github.com/LowPowerLab/RFM69
13-
https://github.com/openenergymonitor/rfmTxLib
14-
https://github.com/openenergymonitor/rfm69nTxLib
15-
https://github.com/openenergymonitor/emonEProm
16-
JeeLib
17-
OneWire
18-
DallasTemperature
19-
SI7021
12+
https://github.com/LowPowerLab/RFM69.git#d726805
13+
https://github.com/openenergymonitor/rfmTxLib.git#a6ebb80
14+
https://github.com/openenergymonitor/rfm69nTxLib.git#1631384
15+
https://github.com/openenergymonitor/emonEProm.git#b104ce5
16+
https://github.com/jcw/jeelib.git#6df2d8d
17+
https://github.com/LowPowerLab/SI7021.git#06fadfb
18+
paulstoffregen/OneWire@^2.3.7
19+
milesburton/DallasTemperature@^3.11.0
2020

2121

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

0 commit comments

Comments
 (0)