Skip to content

Commit

Permalink
Use git for all lib_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
forkineye committed Nov 27, 2024
1 parent cde75f2 commit 1f1bc89
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1f1bc89

Please sign in to comment.