Wessel Nieboer
3 months ago
No known key found for this signature in database
GPG Key ID: 929C8E45E33B5FD2
2 changed files with
2 additions and
2 deletions
-
library.json
-
platformio.ini
|
|
|
@ -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", |
|
|
|
|
|
|
|
@ -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 |
|
|
|
|