mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			750 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			750 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
menu "Example Configuration"
 | 
						|
 | 
						|
    orsource "$IDF_PATH/examples/common_components/env_caps/$IDF_TARGET/Kconfig.env_caps"
 | 
						|
 | 
						|
    config EXAMPLE_TX_GPIO_NUM
 | 
						|
        int "TX GPIO number"
 | 
						|
        range ENV_GPIO_RANGE_MIN ENV_GPIO_OUT_RANGE_MAX
 | 
						|
        default 21 if IDF_TARGET_ESP32
 | 
						|
        default 0
 | 
						|
        help
 | 
						|
            This option selects the GPIO pin used for the TX signal. Connect the
 | 
						|
            TX signal to your transceiver.
 | 
						|
 | 
						|
    config EXAMPLE_RX_GPIO_NUM
 | 
						|
        int "RX GPIO number"
 | 
						|
        range ENV_GPIO_RANGE_MIN ENV_GPIO_IN_RANGE_MAX
 | 
						|
        default 22 if IDF_TARGET_ESP32
 | 
						|
        default 2
 | 
						|
        help
 | 
						|
            This option selects the GPIO pin used for the RX signal. Connect the
 | 
						|
            RX signal to your transceiver.
 | 
						|
 | 
						|
endmenu
 |