Update dependencies
This commit is contained in:
parent
1f937d94fe
commit
95c4aa3cad
2 changed files with 11 additions and 10 deletions
|
@ -1,15 +1,16 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
esp_littlefs:
|
esp_littlefs:
|
||||||
component_hash: null
|
component_hash: 0e4812e62ac02a17f2b6a2bb3b6daf9b39e9599a6e319c745ef2a2817c15a073
|
||||||
source:
|
source:
|
||||||
path: /Users/padjuri/src/btclock_espidf/btclock_espidf/managed_components/esp_littlefs
|
git: https://github.com/joltwallet/esp_littlefs.git
|
||||||
type: local
|
path: .
|
||||||
version: 1.10.2
|
type: git
|
||||||
|
version: 5a0a9a0a39549ac55fd51d55bd3f895ffe700a0a
|
||||||
idf:
|
idf:
|
||||||
component_hash: null
|
component_hash: null
|
||||||
source:
|
source:
|
||||||
type: idf
|
type: idf
|
||||||
version: 4.4.5
|
version: 4.4.6
|
||||||
manifest_hash: 4796491ac0ef21bc9e7da581f1db6c59f92d6096be0ffd2d5fa4f2645943c54a
|
manifest_hash: 4b13ff241ec4d36ca2303b885c7088c32d74d090ef8e0ca6ea4c7d53047011d6
|
||||||
target: esp32s3
|
target: esp32s3
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
|
|
|
@ -14,7 +14,7 @@ data_dir = data/build_gz
|
||||||
|
|
||||||
|
|
||||||
[btclock_base]
|
[btclock_base]
|
||||||
platform = https://github.com/platformio/platform-espressif32.git
|
platform = espressif32 @ ^6.5.0
|
||||||
framework = arduino, espidf
|
framework = arduino, espidf
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
monitor_filters = esp32_exception_decoder, colorize
|
monitor_filters = esp32_exception_decoder, colorize
|
||||||
|
@ -30,12 +30,12 @@ build_unflags =
|
||||||
-Werror=all
|
-Werror=all
|
||||||
-fno-exceptions
|
-fno-exceptions
|
||||||
lib_deps =
|
lib_deps =
|
||||||
bblanchon/ArduinoJson@^6.21.3
|
bblanchon/ArduinoJson@^6.21.5
|
||||||
esphome/Improv@^1.2.3
|
esphome/Improv@^1.2.3
|
||||||
esphome/ESPAsyncWebServer-esphome@^3.1.0
|
esphome/ESPAsyncWebServer-esphome@^3.1.0
|
||||||
adafruit/Adafruit BusIO@^1.14.5
|
adafruit/Adafruit BusIO@^1.15.0
|
||||||
adafruit/Adafruit MCP23017 Arduino Library@^2.3.2
|
adafruit/Adafruit MCP23017 Arduino Library@^2.3.2
|
||||||
adafruit/Adafruit NeoPixel@^1.11.0
|
adafruit/Adafruit NeoPixel@^1.12.0
|
||||||
https://github.com/dsbaars/universal_pin
|
https://github.com/dsbaars/universal_pin
|
||||||
https://github.com/dsbaars/GxEPD2#universal_pin
|
https://github.com/dsbaars/GxEPD2#universal_pin
|
||||||
https://github.com/tzapu/WiFiManager.git#v2.0.16-rc.2
|
https://github.com/tzapu/WiFiManager.git#v2.0.16-rc.2
|
||||||
|
|
Loading…
Reference in a new issue