mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 04:59:55 +00:00 
			
		
		
		
	 817c0e3019
			
		
	
	817c0e3019
	
	
	
		
			
			Basic set of configuration related to UART moved from KConfig to runtime configuration structure to simplify reusing the component for testing and examples.
		
			
				
	
	
		
			10 lines
		
	
	
		
			243 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			243 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menu "ESP-MODEM"
 | |
| 
 | |
|     config EXAMPLE_COMPONENT_MODEM_APN
 | |
|         string "Set Access Point Name (APN)"
 | |
|         default "CMNET"
 | |
|         help
 | |
|             Logical name which is used to select the GGSN or the external packet data network.
 | |
| 
 | |
| endmenu
 |