Skip to content

Commit

Permalink
Set fixed lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
foorschtbar committed Jul 17, 2024
1 parent c14d497 commit 9a92a20
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,27 @@ esp8266_build_flags =
-DDEFAULT_LDR=GL5516
-DVBAT_PIN=0
lib_deps =
adafruit/Adafruit BME280 Library@^2.0.2
adafruit/Adafruit BME680 Library@^2.0.1
adafruit/Adafruit BMP280 Library@^2.6.1
adafruit/Adafruit BusIO@^1.7.2
adafruit/Adafruit GFX Library@^1.10.5
adafruit/Adafruit SHT31 Library@^2.2.2
adafruit/Adafruit Unified Sensor@^1.1.4
arduino-libraries/ArduinoHttpClient@^0.4.0
adafruit/Adafruit BME280 Library@2.2.4
adafruit/Adafruit BME680 [email protected].4
adafruit/Adafruit BMP280 [email protected].8
adafruit/Adafruit BusIO@1.16.1
adafruit/Adafruit GFX Library@1.11.9
adafruit/Adafruit SHT31 [email protected]
adafruit/Adafruit Unified [email protected]
arduino-libraries/[email protected]
bakercp/CRC32 @ 2.0.0
bblanchon/ArduinoJson@^5.13.4
beegee-tokyo/DHT sensor library for ESPx@^1.17
claws/BH1750@^1.2.0
ColorConverter=https://github.com/luisllamasbinaburo/Arduino-ColorConverter.git
fastled/FastLED@^3.4.0
knolleary/PubSubClient@^2.8
LightDependentResistor=https://github.com/QuentinCG/Arduino-Light-Dependent-Resistor-Library.git
links2004/WebSockets@^2.4.0
marcmerlin/FastLED NeoMatrix@^1.2
powerbroker2/DFPlayerMini_Fast@^1.2.0
bblanchon/[email protected]
beegee-tokyo/DHT sensor library for ESPx@1.19.0
claws/BH1750@1.3.0
ColorConverter=https://github.com/luisllamasbinaburo/Arduino-ColorConverter.git#v2.0.0
fastled/FastLED@3.7.0
knolleary/[email protected].0
LightDependentResistor=https://github.com/QuentinCG/Arduino-Light-Dependent-Resistor-Library.git#1.4.0
links2004/[email protected].1
marcmerlin/FastLED [email protected].0
powerbroker2/[email protected].4
robtillaart/[email protected]
TimeLib = https://github.com/PaulStoffregen/Time.git
TimeLib = https://github.com/PaulStoffregen/Time.git#v1.6.1

[env:ESP32_generic]
platform = espressif32
Expand Down

0 comments on commit 9a92a20

Please sign in to comment.