From f5128a477dacec79156bf5f9ff1c6b0169b9c339 Mon Sep 17 00:00:00 2001 From: mverch67 Date: Sun, 30 Mar 2025 11:21:18 +0200 Subject: [PATCH] git archive zip references --- library.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 56a9c03..c541841 100644 --- a/library.json +++ b/library.json @@ -20,9 +20,9 @@ "platforms": "Expressif 32, Nordic nRF52, Raspberry Pi RP2040, Native, Linux x86_64, Linux ARM", "headers": ["DeviceScreen.h", "SharedQueue.h"], "dependencies": { - "ArduinoThread": "https://github.com/meshtastic/ArduinoThread.git#7c3ee9e1951551b949763b1f5280f8db1fa4068d", - "lvgl/lvgl": "https://github.com/lvgl/lvgl#9c043167685fc08fbcd30ddf2c285ea1089be82d", - "greiman/SdFat": "https://github.com/mverch67/SdFat#e25bebdc41523eaee6aef164a97df25f7ee59494", + "ArduinoThread": "https://github.com/meshtastic/ArduinoThread/archive/7c3ee9e1951551b949763b1f5280f8db1fa4068d.zip", + "lvgl/lvgl": "https://github.com/lvgl/lvgl/archive/9c043167685fc08fbcd30ddf2c285ea1089be82d.zip", + "greiman/SdFat": "https://github.com/mverch67/SdFat/archive/e25bebdc41523eaee6aef164a97df25f7ee59494.zip", "nanopb/Nanopb": "0.4.91" }, "build": {