mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-16 08:54:18 +00:00
RC Calibration
This commit is contained in:
@@ -449,7 +449,6 @@ static void wifi_init_sta(void) {
|
|||||||
.sta = {
|
.sta = {
|
||||||
.ssid = "IoT_bots",
|
.ssid = "IoT_bots",
|
||||||
.password = "208208208",
|
.password = "208208208",
|
||||||
.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