File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ framework = arduino
9
9
board = uno
10
10
monitor_speed = 115200
11
11
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
20
20
21
21
22
22
# NEW Low Power Labs encrypted RF format (RFM69SPI compatiable)
@@ -39,4 +39,3 @@ monitor_speed = ${common.monitor_speed}
39
39
lib_deps = ${common.lib_deps}
40
40
build_flags =
41
41
-D RadioFormat =RFM69_JEELIB_CLASSIC
42
-
You can’t perform that action at this time.
0 commit comments