mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-10 10:03:24 +00:00
RC Calibration
This commit is contained in:
@@ -294,7 +294,7 @@ static void wifi_init()
|
||||
ESP_ERROR_CHECK( esp_wifi_set_config(ESPNOW_WIFI_IF, &wifi_config) );
|
||||
|
||||
//ESP_ERROR_CHECK( esp_wifi_set_mode(CONFIG_ESPNOW_WIFI_MODE_STATION_SOFTAP) );
|
||||
ESP_ERROR_CHECK( esp_wifi_start());
|
||||
//ESP_ERROR_CHECK( esp_wifi_start());
|
||||
//ESP_ERROR_CHECK( esp_wifi_set_channel(CONFIG_ESPNOW_CHANNEL, WIFI_SECOND_CHAN_NONE));
|
||||
//ESP_ERROR_CHECK( esp_wifi_connect() );
|
||||
}
|
||||
|
Reference in New Issue
Block a user