From a4206cf7a0d88034d92f72fb76a323d4ed9f838b Mon Sep 17 00:00:00 2001 From: Wessel Nieboer Date: Tue, 14 Jul 2026 17:16:43 +0200 Subject: [PATCH] Use the same tag in library.json --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 2ff3aaec..72b3cc0d 100644 --- a/library.json +++ b/library.json @@ -4,7 +4,7 @@ "dependencies": { "SPI": "*", "Wire": "*", - "jgromes/RadioLib": "^7.7.1", + "RadioLib": "https://github.com/jgromes/RadioLib.git#6d8934836678d8894e3d556550475b37dce3e2b6", "rweather/Crypto": "^0.4.0", "adafruit/RTClib": "^2.1.3", "melopero/Melopero RV3028": "^1.1.0",