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:
@@ -303,6 +303,7 @@ static 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