forked from me-no-dev/AsyncTCP
36 lines
1.0 KiB
INI
36 lines
1.0 KiB
INI
[env]
|
|
framework = arduino
|
|
board = esp32dev
|
|
build_flags =
|
|
-Wall -Wextra
|
|
-D CONFIG_ARDUHAL_LOG_COLORS
|
|
-D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG
|
|
upload_protocol = esptool
|
|
monitor_speed = 115200
|
|
monitor_filters = esp32_exception_decoder, log2file
|
|
|
|
[platformio]
|
|
lib_dir = .
|
|
src_dir = examples/ClientServer/Client
|
|
|
|
[env:latest]
|
|
platform = espressif32
|
|
|
|
[env:v660]
|
|
platform = espressif32@6.6.0
|
|
|
|
[env:master]
|
|
platform = espressif32
|
|
platform_packages=
|
|
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#master
|
|
platformio/framework-arduinoespressif32-libs @ https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1
|
|
|
|
[env:v300-rc1]
|
|
platform = espressif32
|
|
platform_packages=
|
|
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.0-rc1
|
|
platformio/framework-arduinoespressif32-libs @ https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1
|
|
|
|
[env:Jason2866]
|
|
platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF5
|