1 Star 0 Fork 0

武器大师/m5stack-avatar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
platformio.ini 859 Bytes
一键复制 编辑 原始数据 按行查看 历史
Takao Akaki 提交于 2022-02-27 20:01 . fix lib dependencies
; 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
; http://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = m5stack-core
[env]
platform = espressif32
framework = arduino
monitor_speed = 115200
[env:m5stack-core]
board = m5stack-core-esp32
lib_deps = m5stack/M5Unified
[env:m5stack-core-with-aquestalk]
board = m5stack-core-esp32
lib_deps = m5stack/M5Unified
build_flags =
-laquestalk
-Llib/aquestalk-esp32/src/esp32
[env:m5stack-fire]
board = m5stack-fire
lib_deps =
m5stack/M5Unified
[env:m5stack-core2]
board = m5stack-core2
lib_deps =
m5stack/M5Unified
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yihua-wang/m5stack-avatar.git
[email protected]:yihua-wang/m5stack-avatar.git
yihua-wang
m5stack-avatar
m5stack-avatar
master

搜索帮助