-
Notifications
You must be signed in to change notification settings - Fork 29
/
platformio.ini
38 lines (36 loc) · 1010 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
32
33
34
35
36
37
38
; 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]
monitor_dir = ./bin/pio/monitor
default_envs = esp32dev
[env:esp32dev]
platform = espressif32 @ ^5.3.0
board = esp32dev
debug_tool = esp-prog
framework = espidf
platform_packages = framework-espidf@3.40406.240122
monitor_speed = 115200
monitor_dtr = 0
monitor_rts = 0
monitor_filters =
screenshot
hexfile
esp32_exception_decoder
board_build.partitions = min_spiffs.csv
build_flags =
-Wno-unused-variable
-Wno-unused-function
-Wno-write-strings
-Wno-error=parentheses
-Wno-error=missing-braces
-Werror=incompatible-pointer-types
-Wno-override-init
!python bin/pio/build_flags.py
extra_scripts = bin/pio/split_c_flags.py