RC Calibration

This commit is contained in:
2025-07-26 19:46:51 -04:00
parent 9c395a700d
commit 831ee6d4c0
7 changed files with 11222 additions and 11210 deletions

View File

@@ -453,7 +453,7 @@ static void wifi_init_sta(void) {
};
ESP_ERROR_CHECK(esp_wifi_set_mode(WIFI_MODE_STA));
ESP_ERROR_CHECK(esp_wifi_set_config(WIFI_IF_STA, &wifi_config));
//ESP_ERROR_CHECK(esp_wifi_set_channel(66, WIFI_SECOND_CHAN_NONE));
ESP_ERROR_CHECK( esp_wifi_set_channel(CONFIG_ESPNOW_CHANNEL, WIFI_SECOND_CHAN_NONE));
ESP_ERROR_CHECK(esp_wifi_start());
}