RC Calibration

This commit is contained in:
2025-07-26 19:39:43 -04:00
parent 83ada0d0e2
commit cccf97a691

View File

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