mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-20 09:55:54 +08:00
添加智能灯固件代码
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
set pagination off
|
||||
target remote :3333
|
||||
|
||||
mon reset halt
|
||||
flushregs
|
||||
|
||||
b app_main
|
||||
commands
|
||||
mon esp sysview start file:///tmp/sysview_example.svdat
|
||||
# For dual-core mode uncomment the line below and comment the line above
|
||||
# mon esp sysview start file:///tmp/sysview_example0.svdat file:///tmp/sysview_example1.svdat
|
||||
c
|
||||
end
|
||||
|
||||
c
|
||||
|
||||
Reference in New Issue
Block a user