mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-11-03 14:01:54 +00:00
ESP32 Bootstraps
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Connect to the default openocd-esp port and stop on app_main()
|
||||
set remotetimeout 10
|
||||
target remote :3333
|
||||
monitor reset halt
|
||||
maintenance flush register-cache
|
||||
thbreak app_main
|
||||
continue
|
||||
Reference in New Issue
Block a user