mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	Adding testing facilities for pppos-client including esp-modem component and PPP client in lwip. Testing is provided with PPP server running on rpi.
		
			
				
	
	
		
			7 lines
		
	
	
		
			203 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			203 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Override some defaults to enable PPP
 | 
						|
CONFIG_LWIP_PPP_SUPPORT=y
 | 
						|
CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT=y
 | 
						|
CONFIG_LWIP_PPP_PAP_SUPPORT=y
 | 
						|
CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=4096
 | 
						|
CONFIG_LWIP_PPP_ENABLE_IPV6=y
 |