-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
31 lines (29 loc) · 916 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
29
30
31
; 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
[platformio]
build_cache_dir = cache
[env:esp32dev]
platform = espressif32
board = nodemcu-32s
framework = arduino
monitor_speed = 115200
upload_speed = 921600
lib_deps =
bodmer/TFT_eSPI@^2.5.43
earlephilhower/ESP8266Audio@^1.9.7
board_build.filesystem = littlefs
; build_flags =
; -desp32 = 1
; -desp32_dma = 1
build_type = debug
board_build.arduino.partitions = huge_app.csv
; build_flags =
; -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE|ARDUHAL_LOG_LEVEL_WARN|ARDUHAL_LOG_LEVEL_INFO|ARDUHAL_LOG_LEVEL_DEBUG
; -DCONFIG_ARDUHAL_LOG_COLORS=1