1 Star 0 Fork 0

yifengling0/EspLyratMaple

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
platformio.ini 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
yifengling0 提交于 2024-06-23 21:58 . 修复警告,调试错误
; 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:esp-wrover-kit]
platform = https://github.com/platformio/platform-espressif32.git
board = esp-wrover-kit
framework = arduino
monitor_speed = 115200
monitor_port = COM3
upload_speed = 2000000 ;ESP32S3 USB-Serial Converter maximum 2000000bps
upload_port = COM3
build_flags =
-I"$PROJECT_DIR/lib/atomthreads/kernel" -I"$PROJECT_DIR/lib/atomthreads/bsp/esp32"
-I"$PROJECT_DIR/lib/atomthreads/com" -I"$PROJECT_DIR/lib/atomthreads/drv"
-I"$PROJECT_DIR/lib/atomthreads/extra" -I"$PROJECT_DIR/lib/atomthreads/lib"
-I"$PROJECT_DIR/lib/atomthreads/ports/esp32" -I"$PROJECT_DIR/lib/atomthreads/device"
-I"$PROJECT_DIR/lib/iap/inc"
-I"$PROJECT_DIR/include/"
lib_deps =
atomthreads
iap
Wire
ESP32Time
WiFi
lib_extra_dirs =
~/Documents/Arduino/libraries
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/yifengling0/esp-lyrat-maple.git
git@gitee.com:yifengling0/esp-lyrat-maple.git
yifengling0
esp-lyrat-maple
EspLyratMaple
master

搜索帮助