bin2array to dynamically create C array on build
This commit is contained in:
13
resources/AsyncWebSerial/platformio.ini
Normal file
13
resources/AsyncWebSerial/platformio.ini
Normal file
@@ -0,0 +1,13 @@
|
||||
[platformio]
|
||||
lib_dir = .
|
||||
|
||||
[env:esp32dev]
|
||||
platform = espressif32
|
||||
board = esp32dev
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
mathieucarbou/AsyncTCP@^3.2.14
|
||||
mathieucarbou/ESPAsyncWebServer@^3.3.23
|
||||
build_flags =
|
||||
-D CONFIG_ASYNC_TCP_QUEUE_SIZE=512
|
||||
-D CONFIG_ASYNC_TCP_RUNNING_CORE=1
|
||||
Reference in New Issue
Block a user