RC Calibration

This commit is contained in:
2025-07-26 20:52:44 -04:00
parent 58d08ba5ab
commit 9b74b20f66

View File

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