From e836d42bd4eac74fb98b36637aa6992f8c338fd5 Mon Sep 17 00:00:00 2001 From: Glyn Hudson Date: Fri, 21 Jul 2023 17:15:10 +0100 Subject: [PATCH] fix lib versions --- firmware/platformio.ini | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/firmware/platformio.ini b/firmware/platformio.ini index b79d142..317b893 100644 --- a/firmware/platformio.ini +++ b/firmware/platformio.ini @@ -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) @@ -39,4 +39,3 @@ monitor_speed = ${common.monitor_speed} lib_deps = ${common.lib_deps} build_flags = -D RadioFormat=RFM69_JEELIB_CLASSIC -