RC Calibration

This commit is contained in:
2025-07-26 19:10:51 -04:00
parent a91f5292f4
commit ef752f2b82

View File

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