mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	 ff528d13c7
			
		
	
	ff528d13c7
	
	
	
		
			
			Add error handling for http client set ssid password correct with Example_WIFI test, and clear password before free Fixed the CI failure due to HTTP errror names
		
			
				
	
	
		
			9 lines
		
	
	
		
			279 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			279 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # "main" pseudo-component makefile.
 | |
| #
 | |
| # (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
 | |
| 
 | |
| # embed files from the "certs" directory as binary data symbols
 | |
| # in the app
 | |
| COMPONENT_EMBED_TXTFILES := howsmyssl_com_root_cert.pem
 |