Skip to content

Commit

Permalink
lib update
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Oct 14, 2024
1 parent f5c3950 commit 6441812
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lib/ESPDASHPro
2 changes: 1 addition & 1 deletion lib/WebSerialPro
36 changes: 18 additions & 18 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ lib_deps =
robtillaart/CRC @ 1.0.3
; mathieucarbou/AsyncTCP @ 3.2.10
https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip
mathieucarbou/ESPAsyncWebServer @ 3.3.14
mathieucarbou/ESPAsyncWebServer @ 3.3.15
mathieucarbou/MycilaConfig @ 3.1.0
mathieucarbou/MycilaDS18 @ 4.1.0
mathieucarbou/MycilaESPConnect @ 6.0.2
mathieucarbou/MycilaESPConnect @ 6.0.3
mathieucarbou/MycilaEasyDisplay @ 3.0.1
mathieucarbou/MycilaHADiscovery @ 3.0.0
mathieucarbou/MycilaJSY @ 9.1.7
Expand Down Expand Up @@ -155,7 +155,7 @@ build_unflags =
[oss]
build_flags = -D APP_MODEL_OSS
lib_deps =
mathieucarbou/MycilaWebSerial @ 6.4.0
mathieucarbou/MycilaWebSerial @ 6.4.1
https://github.com/mathieucarbou/ayushsharma82-ESP-DASH#dev-1
lib_ignore =
ESPDASHPro
Expand Down Expand Up @@ -210,7 +210,7 @@ build_flags =

[env:oss-esp32]
board = esp32dev
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.3/safeboot-esp32dev.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.4/safeboot-esp32dev.bin
lib_deps =
${env.lib_deps}
${oss.lib_deps}
Expand All @@ -223,7 +223,7 @@ build_flags =

[env:pro-esp32]
board = esp32dev
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.3/safeboot-esp32dev.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.4/safeboot-esp32dev.bin
lib_deps =
${env.lib_deps}
${pro.lib_deps}
Expand All @@ -236,7 +236,7 @@ build_flags =

[env:trial-esp32]
board = esp32dev
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.3/safeboot-esp32dev.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.4/safeboot-esp32dev.bin
lib_deps =
${env.lib_deps}
${trial.lib_deps}
Expand All @@ -260,7 +260,7 @@ build_flags =
[env:oss-esp32s3]
extends = env:oss-esp32
board = esp32-s3-devkitc-1
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.3/safeboot-esp32-s3-devkitc-1.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.4/safeboot-esp32-s3-devkitc-1.bin
build_flags =
${env.build_flags}
${oss.build_flags}
Expand All @@ -269,7 +269,7 @@ build_flags =
[env:pro-esp32s3]
extends = env:pro-esp32
board = esp32-s3-devkitc-1
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.3/safeboot-esp32-s3-devkitc-1.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.4/safeboot-esp32-s3-devkitc-1.bin
build_flags =
${env.build_flags}
${pro.build_flags}
Expand All @@ -278,7 +278,7 @@ build_flags =
[env:trial-esp32s3]
extends = env:trial-esp32
board = esp32-s3-devkitc-1
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.3/safeboot-esp32-s3-devkitc-1.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.4/safeboot-esp32-s3-devkitc-1.bin
build_flags =
${env.build_flags}
${trial.build_flags}
Expand All @@ -293,7 +293,7 @@ build_flags =
; [env:oss-esp32_poe]
; extends = env:oss-esp32
; board = esp32-poe
; custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.3/safeboot-esp32-poe.bin
; custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.4/safeboot-esp32-poe.bin
; build_flags =
; ${env.build_flags}
; ${oss.build_flags}
Expand All @@ -302,7 +302,7 @@ build_flags =
; [env:pro-esp32_poe]
; extends = env:pro-esp32
; board = esp32-poe
; custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.3/safeboot-esp32-poe.bin
; custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.4/safeboot-esp32-poe.bin
; build_flags =
; ${env.build_flags}
; ${pro.build_flags}
Expand All @@ -311,7 +311,7 @@ build_flags =
; [env:trial-esp32_poe]
; extends = env:trial-esp32
; board = esp32-poe
; custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.3/safeboot-esp32-poe.bin
; custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.4/safeboot-esp32-poe.bin
; build_flags =
; ${env.build_flags}
; ${trial.build_flags}
Expand Down Expand Up @@ -344,7 +344,7 @@ build_flags =
[env:oss-wt32_eth01]
extends = env:oss-esp32
board = wt32-eth01
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.3/safeboot-wt32-eth01.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.4/safeboot-wt32-eth01.bin
upload_speed = 460800
build_flags =
${env.build_flags}
Expand All @@ -354,7 +354,7 @@ build_flags =
[env:pro-wt32_eth01]
extends = env:pro-esp32
board = wt32-eth01
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.3/safeboot-wt32-eth01.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.4/safeboot-wt32-eth01.bin
upload_speed = 460800
build_flags =
${env.build_flags}
Expand All @@ -364,7 +364,7 @@ build_flags =
[env:trial-wt32_eth01]
extends = env:trial-esp32
board = wt32-eth01
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.3/safeboot-wt32-eth01.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.4/safeboot-wt32-eth01.bin
upload_speed = 460800
build_flags =
${env.build_flags}
Expand Down Expand Up @@ -406,7 +406,7 @@ build_flags =
[env:oss-lilygo_eth_lite_s3]
extends = env:oss-esp32
board = esp32s3box
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.3/safeboot-esp32s3box.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.4/safeboot-esp32s3box.bin
upload_speed = 115200
build_flags =
${env.build_flags}
Expand All @@ -416,7 +416,7 @@ build_flags =
[env:pro-lilygo_eth_lite_s3]
extends = env:pro-esp32
board = esp32s3box
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.3/safeboot-esp32s3box.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.4/safeboot-esp32s3box.bin
upload_speed = 115200
build_flags =
${env.build_flags}
Expand All @@ -426,7 +426,7 @@ build_flags =
[env:trial-lilygo_eth_lite_s3]
extends = env:trial-esp32
board = esp32s3box
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.3/safeboot-esp32s3box.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.4/safeboot-esp32s3box.bin
upload_speed = 115200
build_flags =
${env.build_flags}
Expand Down

0 comments on commit 6441812

Please sign in to comment.