Skip to content

Commit e977fbc

Browse files
committed
fix example compilation
1 parent 2745282 commit e977fbc

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

pioarduino_examples/IncreaseMaxSockets/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
/dependencies.lock
1010
/.dummy
1111
/managed_components
12+
/src/idf_component.yml

pioarduino_examples/IncreaseMaxSockets/platformio.ini

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,22 @@ lib_compat_mode = strict
1818
lib_ldf_mode = chain
1919
lib_deps =
2020
ESP32Async/AsyncTCP @ 3.4.7
21-
ESP32Async/ESpAsyncWebServer @ 3.7.0
21+
ESP32Async/ESpAsyncWebServer @ 3.8.0
22+
custom_component_remove =
23+
espressif/esp_hosted
24+
espressif/esp_wifi_remote
25+
espressif/esp-dsp
26+
espressif/esp32-camera
27+
espressif/libsodium
28+
espressif/esp-modbus
29+
espressif/qrcode
30+
espressif/esp_insights
31+
espressif/esp_diag_data_store
32+
espressif/esp_diagnostics
33+
espressif/esp_rainmaker
34+
espressif/rmaker_common
2235

2336
custom_sdkconfig = CONFIG_LWIP_MAX_ACTIVE_TCP=32
2437

2538
[env:esp32dev]
26-
board = esp32dev
39+
board = esp32dev

0 commit comments

Comments
 (0)