Browse Source

Merge pull request #1982 from weebl2000/radiolib7.6.0

Bump RadioLib to 7.6.0
pull/2182/head
ripplebiz 2 months ago
committed by GitHub
parent
commit
bdeb7d8053
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      library.json
  2. 2
      platformio.ini

2
library.json

@ -4,7 +4,7 @@
"dependencies": {
"SPI": "*",
"Wire": "*",
"jgromes/RadioLib": "^7.3.0",
"jgromes/RadioLib": "^7.6.0",
"rweather/Crypto": "^0.4.0",
"adafruit/RTClib": "^2.1.3",
"melopero/Melopero RV3028": "^1.1.0",

2
platformio.ini

@ -18,7 +18,7 @@ monitor_speed = 115200
lib_deps =
SPI
Wire
jgromes/RadioLib @ ^7.3.0
jgromes/RadioLib @ ^7.6.0
rweather/Crypto @ ^0.4.0
adafruit/RTClib @ ^2.1.3
melopero/Melopero RV3028 @ ^1.1.0

Loading…
Cancel
Save