Skip to content

Commit 338875b

Browse files
committed
Update dependencies
1 parent 3e209fb commit 338875b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
; https://docs.platformio.org/page/projectconf.html
1010

1111
[env]
12-
platform = espressif32 @ 6.10.0
12+
platform = espressif32 @ 6.11.0
1313
board = az-delivery-devkit-v4 ; Overridden per board
1414
framework = arduino
1515
build_flags =
@@ -23,9 +23,9 @@ build_flags =
2323
build_unflags =
2424
-std=gnu++11
2525
lib_deps =
26-
https://github.com/OpenShock/flatbuffers#aff1c9205b0fccf3b351f6aea9c48ab76744227f
26+
https://github.com/OpenShock/flatbuffers#4ae1ec6d6a7693ace177a86321fa790295bb68f3
2727
https://github.com/OpenShock/ESPAsyncWebServer#e0d81e66ce75c27138370fdba5ac6451cf583d2f
28-
https://github.com/OpenShock/BadWebSockets#7f6b0f23818807cdf2ffde67ec1080949e751afa
28+
https://github.com/OpenShock/BadWebSockets#f56a0699c0696ca7432f0f83afa8d22d580b1ed9
2929
custom_openshock.flash_size = 4MB; Can be overridden per board
3030
board_build.filesystem = littlefs
3131
board_build.embed_files = certificates/x509_crt_bundle

requirements.txt

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)