From 1f1bc895d483d529a74db53f489c803568e29cad Mon Sep 17 00:00:00 2001 From: Shelby Merrick Date: Wed, 27 Nov 2024 07:42:52 -0500 Subject: [PATCH] Use git for all lib_deps --- platformio.ini | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/platformio.ini b/platformio.ini index 2e0570d19..6524e69bd 100644 --- a/platformio.ini +++ b/platformio.ini @@ -22,16 +22,16 @@ monitor_speed = 115200 upload_speed = 921600 lib_compat_mode = strict lib_deps = - adafruit/Adafruit PWM Servo Driver Library @ 2.4.0 + https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library#2.4.0 https://github.com/bblanchon/ArduinoJson#v7.2.0 https://github.com/djGrrr/Int64String#1.1.1 https://github.com/esphome/ESPAsyncWebServer#4fd0a1fdf421664214a27373c0eb0247f94b7a79 https://github.com/forkineye/ESPAsyncE131 - ottowinter/AsyncMqttClient-esphome @ 0.8.6 + https://github.com/OttoWinter/async-mqtt-client#v0.8.6 https://github.com/MartinMueller2003/Artnet https://github.com/MartinMueller2003/Espalexa https://github.com/PaulStoffregen/Time - https://github.com/greiman/SdFat @ 2.2.3 + https://github.com/greiman/SdFat#2.2.3 https://github.com/MartinMueller2003/SimpleFTPServer extra_scripts = .scripts/download_fs.py @@ -83,8 +83,8 @@ lib_ignore = Ethernet ; Remove once Art-Net is fixed / replaced to not depend on Ethernet in lib config lib_deps = ${env.lib_deps} - me-no-dev/ESPAsyncUDP @ 0.0.0-alpha+sha.697c75a025 - ottowinter/ESPAsyncTCP-esphome @ 1.2.3 + https://github.com/me-no-dev/ESPAsyncUDP#697c75a0255e5dccf91b4ef8b5cc28c569b3bac9 + https://github.com/OttoWinter/ESPAsyncTCP#v1.2.3 extra_scripts = ${env.extra_scripts} pre:.scripts/deleteSD.py @@ -106,8 +106,8 @@ build_flags = -Wl,--cref lib_deps = ${env.lib_deps} - esphome/AsyncTCP-esphome @ 2.0.0 - https://github.com/blazoncek/OneWire.git + https://github.com/esphome/AsyncTCP#v2.0.0 + https://github.com/blazoncek/OneWire https://github.com/matmunk/DS18B20 extra_scripts = ${env.extra_scripts} .scripts/replace_fs.py @@ -124,7 +124,7 @@ build_flags = ; -D USE_RMT_DEBUG_COUNTERS=1 ; -D USE_PIXEL_DEBUG_COUNTERS=1 ; -D USE_PIXEL_DEBUG_COUNTERS=1 -platform = https://github.com/platformio/platform-espressif32.git#v6.8.1 ; uses esp-idf 5.1 +platform = https://github.com/platformio/platform-espressif32#v6.8.1 ; uses esp-idf 5.1 ;platform_packages = ; framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.4 board_build.arduino.upstream_packages = no