1 Star 1 Fork 0

混子杨/Grbl_Esp32

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
debug.ini 863 Bytes
一键复制 编辑 原始数据 按行查看 历史
矛盾聚合体 提交于 2021-04-25 21:22 . 2021年4月25日21点22分
; Edit this to optimize for your debug environment and
; uncomment the extra_configs line in platformio.ini
[env]
; Windows
upload_port = COM3
monitor_port = COM3
; macOS
;upload_port = /dev/cu.SLAB_USBtoUART
;monitor_port = /dev/cu.SLAB_USBtoUART
; macOS ESP-Prog
;upload_port = /dev/cu.usbserial-14200
;monitor_port = /dev/cu.usbserial-14201
;upload_protocol = esp-prog
; Linux
;upload_port = /dev/ttyUSB*
;monitor_port = /dev/ttyUSB*
build_flags =
${common.build_flags}
-DMACHINE_FILENAME=test_drive.h
[env:debug]
; You can switch between debugging tools using debug_tool option
; https://docs.platformio.org/en/latest/plus/debugging.html#tools-debug-probes
;
; Minimodule
;;debug_tool = minimodule
;;upload_protocol = minimodule
; ESP-Prog
debug_tool = esp-prog
upload_protocol = esp-prog
;debug_init_break = thb app_main
debug_init_break = thb setup
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hzstudio/Grbl_Esp32.git
[email protected]:hzstudio/Grbl_Esp32.git
hzstudio
Grbl_Esp32
Grbl_Esp32
master

搜索帮助