-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #143 from pkendall64/upgrade-dependencies
Upgrade dependencies
- Loading branch information
Showing
4 changed files
with
27 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# ------------------------- COMMON ENV DEFINITIONS ----------------- | ||
[env] | ||
platform = [email protected].0 | ||
platform = [email protected].1 | ||
framework = arduino | ||
extra_scripts = | ||
pre:python/build_flags.py | ||
python/build_env_setup.py | ||
pre:python/build_html.py | ||
lib_deps = | ||
ottowinter/ESPAsyncWebServer-esphome @ 3.0.0 | ||
esphome/AsyncTCP-esphome @ 2.0.1 # use specific version - an update to this library breaks the build | ||
bblanchon/ArduinoJson @ 6.19.4 | ||
ottowinter/ESPAsyncWebServer-esphome @ 3.2.2 | ||
esphome/AsyncTCP-esphome @ 2.1.3 # use specific version - an update to this library breaks the build | ||
bblanchon/ArduinoJson @ 7.1.0 | ||
|
||
[common_env_data] | ||
build_src_filter = +<*> -<.git/> -<svn/> -<example/> -<examples/> -<test/> -<tests/> -<*.py> -<*test*.*> | ||
|
@@ -49,7 +49,7 @@ build_flags = | |
|
||
# ------------------------- COMMON ESP32 DEFINITIONS ----------------- | ||
[env_common_esp32c3] | ||
platform = espressif32@6.4.0 | ||
platform = espressif32@6.7.0 | ||
board = esp32-c3-devkitm-1 | ||
board_build.partitions = min_spiffs.csv | ||
upload_speed = 460800 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters