RC Calibration

This commit is contained in:
2025-07-26 19:08:37 -04:00
parent 4a5bf7a1b1
commit 0d85c54035

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));