forked from espressif/esp-protocols
		
	example: We should not check the return value of esp_wifi_connect() in any case
* Original commit: espressif/esp-idf@c260c223e9
This commit is contained in:
		
				
					committed by
					
						 suren-gabrielyan-espressif
						suren-gabrielyan-espressif
					
				
			
			
				
	
			
			
			
						parent
						
							1fe901f70f
						
					
				
				
					commit
					487287157d
				
			| @@ -271,7 +271,7 @@ static esp_netif_t *wifi_start(void) | ||||
|     ESP_ERROR_CHECK(esp_wifi_set_mode(WIFI_MODE_STA)); | ||||
|     ESP_ERROR_CHECK(esp_wifi_set_config(ESP_IF_WIFI_STA, &wifi_config)); | ||||
|     ESP_ERROR_CHECK(esp_wifi_start()); | ||||
|     ESP_ERROR_CHECK(esp_wifi_connect()); | ||||
|     esp_wifi_connect(); | ||||
|     return netif; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user