mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-14 23:06:44 +00:00
RC Calibration
This commit is contained in:
@@ -446,7 +446,7 @@ static void wifi_init_sta(void) {
|
|||||||
.sta = {
|
.sta = {
|
||||||
.ssid = "IoT_bots",
|
.ssid = "IoT_bots",
|
||||||
.password = "208208208",
|
.password = "208208208",
|
||||||
//.channel = 66,
|
.channel = 66,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
ESP_ERROR_CHECK(esp_wifi_set_mode(WIFI_MODE_STA));
|
ESP_ERROR_CHECK(esp_wifi_set_mode(WIFI_MODE_STA));
|
||||||
|
Reference in New Issue
Block a user