mirror of
				https://github.com/alexandrebobkov/ESP-Nodes.git
				synced 2025-11-03 03:55:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			184 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			184 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# 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
 |