mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-14 16:26:45 +00:00
RC Calibration
This commit is contained in:
@@ -281,6 +281,7 @@ static void wifi_init()
|
||||
ESP_ERROR_CHECK( esp_wifi_init(&cfg) );
|
||||
ESP_ERROR_CHECK( esp_wifi_set_storage(WIFI_STORAGE_RAM) );
|
||||
ESP_ERROR_CHECK( esp_wifi_set_mode(WIFI_MODE_STA));//ESPNOW_WIFI_MODE));
|
||||
ESP_ERROR_CHECK (esp_wifi_set_config() );
|
||||
ESP_ERROR_CHECK( esp_wifi_start());
|
||||
//ESP_ERROR_CHECK( esp_wifi_connect() );
|
||||
// ----------------------
|
||||
|
Reference in New Issue
Block a user