mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 03:42:24 +00:00
RC Calibration
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user