mirror of
				https://github.com/alexandrebobkov/ESP-Nodes.git
				synced 2025-11-04 10:59:56 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			161 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			161 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Add Python GDB extensions
 | 
						|
python
 | 
						|
try:
 | 
						|
    import freertos_gdb
 | 
						|
except ModuleNotFoundError:
 | 
						|
    print('warning: python extension "freertos_gdb" not found.')
 | 
						|
end
 |