-
-
Notifications
You must be signed in to change notification settings - Fork 169
Expand file tree
/
Copy pathplatformio.ini
More file actions
131 lines (124 loc) · 3.34 KB
/
platformio.ini
File metadata and controls
131 lines (124 loc) · 3.34 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
; 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]
default_envs =
;arduino-nesso-n1
;CYD-2432S028
;CYD-2-USB
;CYD-2432W328C
;CYD-2432W328C_2 # Inverted colors and common to 2.4" capacitive display?
;CYD-2432S024R
;CYD-2432W328R
;CYD-2432S022C
;CYD-2432S032C
;CYD-2432S032R
;CYD-3248S035C
;CYD-3248S035R
;CYD-8048S043C
;CYD-8048W550C
NM-CYD-C5
;CYD-3248W535C
;CYD-4827S043R
;headless-esp32-4mb
;headless-esp32-8mb
;headless-esp32s3-4mb
;headless-esp32s3-8mb
;headless-esp32s3-16mb
;elecrow-24B
;elecrow-28B
;elecrow-35B
;elecrow-35Bv2_2
;lilygo-t-deck-pro
;lilygo-t-deck
;lilygo-t-display-S3-amoled
;lilygo-t-display-S3-pro
;lilygo-t-display-S3-touch
;lilygo-t-dongle-s3-tft
;lilygo-t-embed
;lilygo-t-embed-cc1101
;lilygo-t-lora-pager
;lilygo-t5-epaper-s3-pro
;lilygo-t-hmi
;lilygo-t-watch-s3
;lilygo-t-watch-ultra
;m5stack-cardputer # ADV is in this env
;m5stack-core
;m5stack-core-4Mb
;m5stack-core2
;m5stack-cores3
;m5stack-cplus1_1
;m5stack-c
;m5stack-cplus2
;m5stack-dinmeter
;m5stack-tab5
;m5stack-paper
;m5stack-paper-s3
;m5stack-sticks3
;Marauder-Mini
;Marauder-v7
;Awok-Mini
;Marauder-v4-OG
;Marauder-v61
;Awok-Touch
;Phantom_S024R
;smoochiee-board
;WaveSentry-R1
build_cache_dir = .pio/buildcache
cache_dir = .pio/cache
boards_dir = boards/_jsonfiles
platforms_dir = .pio/platforms
packages_dir = .pio/packages
core_dir = .pio
extra_configs =
boards/*.ini
boards/*/*.ini
[env]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.32/platform-espressif32.zip
platform_packages =
framework-arduinoespressif32-libs @ https://github.com/bmorcelli/esp32-arduino-lib-builder/releases/download/idf-release_v5.5/esp32-arduino-libs-20251001-233155.zip
#framework-arduinoespressif32-libs @ https://github.com/bmorcelli/esp32-arduino-lib-builder/releases/download/idf-release_v5.5/esp32-arduino-libs-20250923-034239.zip
monitor_filters = esp32_exception_decoder, send_on_enter, colorize
monitor_speed = 115200
framework = arduino
board_build.variants_dir = boards
board_upload.offset_address = 0x10000
extra_scripts =
pre:support_files/prep_web_files.py
pre:support_files/upload_patch.py
post:support_files/merge.py
build_flags =
-DLAUNCHER='"dev"'
-DMAXFILES=256
-DCONFIG_FILE='"/config.conf"'
-w
-Wl,--print-memory-usage
-Wl,--gc-sections
#-DCORE_DEBUG_LEVEL=5 #debug
-DCORE_DEBUG_LEVEL=0
-DCONFIG_ESP32_JTAG_SUPPORT_DISABLE=1
-DCONFIG_ASYNC_TCP_RUNNING_CORE=-1 ; Runs on any core, added to disable the following flag
-DCONFIG_ASYNC_TCP_USE_WDT=0 ; Disables the Watchdog timer on Async TCP, to avoid restartings during file uploads
-Os
lib_deps =
Wire
SD
FS
ESP32Async/ESPAsyncWebServer @ ^3.0.0
bblanchon/ArduinoJson @ ^7.0.4
moononournation/GFX Library for Arduino @ ^1.5.5
[env2]
extends = env
lib_deps =
Wire
SD
FS
ESP32Async/ESPAsyncWebServer
bblanchon/ArduinoJson @ ^7.0.4
moononournation/GFX Library for Arduino @ 1.5.5