1 Star 0 Fork 0

天桥底下说书的/ai-assistant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
platformio.ini 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
天桥底下说书的 提交于 2024-05-14 23:51 . init
; 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:esp32s3]
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
; 串口控制台波特率
monitor_speed = 115200
;
monitor_filters = esp32_exception_decoder
lib_deps=
knolleary/PubSubClient@^2.8.0
bblanchon/ArduinoJson@^6.19.1
; esphome/ESP32-audioI2S@^2.0.7
mathertel/OneButton@^2.5.0
https://github.com/pschatzmann/arduino-audio-tools.git
https://github.com/pschatzmann/arduino-libhelix
https://github.com/thijse/Arduino-Log
lib_ldf_mode = deep+
board_build.filesystem = littlefs
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/weirdor/ai-assistant.git
[email protected]:weirdor/ai-assistant.git
weirdor
ai-assistant
ai-assistant
master

搜索帮助