mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 09:50:52 +00:00
RC Calibration
This commit is contained in:
@@ -47,6 +47,7 @@ void wifi_init()
|
|||||||
.sta = {
|
.sta = {
|
||||||
.ssid = "IoT_bots",
|
.ssid = "IoT_bots",
|
||||||
.password = "208208208",
|
.password = "208208208",
|
||||||
|
.channel = 11,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
ESP_ERROR_CHECK (esp_wifi_set_config(WIFI_IF_STA, &wifi_config));
|
ESP_ERROR_CHECK (esp_wifi_set_config(WIFI_IF_STA, &wifi_config));
|
||||||
|
Reference in New Issue
Block a user