RC Calibration

This commit is contained in:
2025-07-26 19:43:16 -04:00
parent 9d575a5747
commit 96b8ff02c2

View File

@@ -449,7 +449,6 @@ static void wifi_init_sta(void) {
.sta = { .sta = {
.ssid = "IoT_bots", .ssid = "IoT_bots",
.password = "208208208", .password = "208208208",
.channel = 66,
}, },
}; };
ESP_ERROR_CHECK(esp_wifi_set_mode(WIFI_MODE_STA)); ESP_ERROR_CHECK(esp_wifi_set_mode(WIFI_MODE_STA));