mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 04:59:55 +00:00 
			
		
		
		
	 636621d1c5
			
		
	
	636621d1c5
	
	
	
		
			
			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
 |