-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathplatformio.ini
67 lines (61 loc) · 1.61 KB
/
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
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
; 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 =
#m5stack-core
#m5stack-core2
#m5stack-cplus1_1
#m5stack-cplus2
m5stack-cardputer
#m5stack-c
#m5stack-cores3
#lilygo-t-display-S3-touch
#lilygo-t-display-S3-pro
#lilygo-t-embed
#lilygo-t-embed-cc1101
#lilygo-t-deck
#CYD-2432W328C
#CYD-2432W328C_2 # Inverted colors and common to 2.4" capacitive display?
#CYD-2432S028
#CYD-2-USB
#Marauder-v4-OG
#Marauder-Mini
#headless-esp32-4mb
#headless-esp32-8mb
#headless-esp32s3-4mb
#headless-esp32s3-8mb
#headless-esp32s3-16mb
build_cache_dir = .pio/buildcache
cache_dir = .pio/cache
extra_configs =
boards/*.ini
boards/*/*.ini
[env]
platform = espressif32
platform_packages =
framework-arduinoespressif32 @ https://github.com/bmorcelli/arduino-esp32/releases/download/2.0.17d/esp32-2.0.17d.zip
monitor_filters = esp32_exception_decoder, send_on_enter, colorize
monitor_speed = 115200
framework = arduino
board_build.variants_dir = boards
build_flags =
-DLAUNCHER='"dev"'
-DMAXFILES=256
-DEEPROMSIZE=128
-DCONFIG_FILE='"/config.conf"'
-w
-Wl,--print-memory-usage
-Wl,--gc-sections
lib_deps =
Wire
SD
https://github.com/bmorcelli/AsyncTCP/
esphome/ESPAsyncWebServer-esphome
bblanchon/ArduinoJson @ ^7.0.4