mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
menu "Example Configuration"
 | 
						|
    config EXAMPLE_ETH_DEINIT_AFTER_S
 | 
						|
        int "Stop and deinit Ethernet after elapsing number of secs"
 | 
						|
        range -1 300
 | 
						|
        default -1
 | 
						|
        help
 | 
						|
            This option is for demonstration purposes only to demonstrate deinitialization of the Ethernet driver.
 | 
						|
            Set to -1 to not deinitialize.
 | 
						|
endmenu
 |