mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 14:14:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			241 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			241 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
menu "Example Configuration"
 | 
						|
 | 
						|
    config EXAMPLE_HCI_UART_BAUDRATE
 | 
						|
        int "UART Baudrate for HCI"
 | 
						|
        range 115200 921600
 | 
						|
        default 115200
 | 
						|
        help
 | 
						|
            UART Baudrate for HCI. Please use standard baudrate.
 | 
						|
 | 
						|
endmenu
 |