forked from me-no-dev/AsyncTCP
27 lines
799 B
INI
27 lines
799 B
INI
[env]
|
|
framework = arduino
|
|
|
|
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]
|
|
default_envs = esp32
|
|
lib_dir = .
|
|
src_dir = examples/ClientServer/Client
|
|
|
|
[env:esp32]
|
|
; platform = espressif32@6.6.0
|
|
; platform = espressif32
|
|
; platform = https://github.com/platformio/platform-espressif32.git
|
|
platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF5
|
|
; 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
|
|
board = esp32dev
|