加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
platformio.ini 740 Bytes
一键复制 编辑 原始数据 按行查看 历史
fat0x 提交于 2024-04-25 11:18 . aa
; 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-devkitm-1]
platform = espressif32
board = esp32-s3-devkitm-1
framework = arduino
board_build.arduino.partitions = app3M_fat9M_16MB.csv
board_build.arduino.memory_type = qio_opi
build_flags = -D BOARD_HAS_PSRAM
board_upload.flash_size = 16MB
upload_speed = 921600
monitor_speed = 115200
lib_deps =
tanakamasayuki/I2C BM8563 RTC@^1.0.4
fbiego/ESP32Time@^2.0.6
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化