mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 11:30:53 +00:00
RC Calibration
This commit is contained in:
0
ESP-IDF_Robot/build/.ninja_lock
Normal file
0
ESP-IDF_Robot/build/.ninja_lock
Normal file
@@ -1 +1 @@
|
|||||||
023dbec89eef88152c803aea0a228213a8f9937e
|
55f2d685ecbae5ed97c1422cdc7822fbc14bc1f5
|
||||||
|
@@ -303,6 +303,7 @@ static 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