RC Calibration

This commit is contained in:
2025-07-26 20:53:52 -04:00
parent 55f2d685ec
commit 0f0682799d
3 changed files with 2 additions and 1 deletions

View File

@@ -303,6 +303,7 @@ static void wifi_init()
.sta = {
.ssid = "IoT_bots",
.password = "208208208",
.channel = 11,
},
};
ESP_ERROR_CHECK (esp_wifi_set_config(WIFI_IF_STA, &wifi_config));