-
Notifications
You must be signed in to change notification settings - Fork 7
/
platformio.ini
28 lines (25 loc) · 896 Bytes
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env]
platform = espressif32@ 6.1.0
board = esp32dev
framework = arduino
lib_deps =
esphome/AsyncTCP-esphome @ ^2.0.0
ottowinter/ESPAsyncWebServer-esphome @ ^3.0.0
check_skip_packages = yes # fixes inspect in platformio
board_build.partitions = huge_app.csv # not required, increases Flash size for program
board_build.f_flash = 80000000L
[env:mydebug]
build_type = debug
monitor_speed = 115200 # default esp32
monitor_filters = esp32_exception_decoder
build_flags =
-DCORE_DEBUG_LEVEL=5 # verbose debug info output on serial