forked from openUC2/openUC2-ESP32InfoScreen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
34 lines (32 loc) · 886 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
; 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:esp32s3wavesharedisplay]
platform = espressif32
board = waveshare_s34
framework = arduino
monitor_speed = 115200
build_unflags =
-Os
-std=gnu++11
build_flags =
-O3
-std=gnu++17
-DLV_CONF_INCLUDE_SIMPLE
-DLV_CONF_SUPPRESS_DEFINE_CHECK
-I./src
-DARDUINO_RUNNING_CORE=1
-DARDUINO_EVENT_RUNNING_CORE=1
-DCORE_DEBUG_LEVEL=5
-Wno-narrowing
board_build.partitions = default_8MB.csv
lib_deps =
ArduinoJson@^6.18.5
https://github.com/Links2004/arduinoWebSockets.git
monitor_filters = esp32_exception_decoder