-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
33 lines (30 loc) · 1005 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
[env:esp32-s3-devkitc-1]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
; 指定为16MB的FLASH分区表
board_build.arduino.partitions = default_16MB.csv
; 指定FLASH和PSRAM的运行模式
board_build.arduino.memory_type = qio_opi
; 预定义宏,启用PSRAM
build_flags = -DBOARD_HAS_PSRAM
; 指定FLASH容量为16MB
board_upload.flash_size = 16MB
lib_deps =
bodmer/TFT_eSPI@^2.5.43
lvgl/[email protected]
bitbank2/bb_captouch@^1.0.2
arduino-libraries/NTPClient@^3.2.1
bblanchon/ArduinoJson@^7.0.4
dvarrel/AHT20@^1.0.0
seeed-studio/Grove - Barometer Sensor BMP280@^1.0.1
tanakamasayuki/I2C BM8563 RTC@^1.0.4