mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-23 16:07:30 +00:00
RC Calibration
This commit is contained in:
@@ -292,7 +292,7 @@ static void wifi_init()
|
||||
//.listen_interval = 0, // Disable listen interval
|
||||
}
|
||||
};
|
||||
ESP_ERROR_CHECK( esp_wifi_init(&wifi_config) );
|
||||
ESP_ERROR_CHECK( esp_wifi_init(wifi_config) );
|
||||
ESP_ERROR_CHECK( esp_wifi_set_config(ESPNOW_WIFI_IF, &wifi_config) );
|
||||
ESP_ERROR_CHECK( esp_wifi_start());
|
||||
|
||||
|
Reference in New Issue
Block a user