RC Calibration

This commit is contained in:
2025-07-26 19:08:32 -04:00
parent 1609dbd225
commit 4a5bf7a1b1

View File

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