mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 03:22:21 +00:00
RC Calibration
This commit is contained in:
@@ -45,7 +45,7 @@ void wifi_init()
|
||||
ESP_ERROR_CHECK( esp_wifi_set_mode(WIFI_MODE_STA));//ESPNOW_WIFI_MODE));
|
||||
wifi_config_t wifi_config = {
|
||||
.sta = {
|
||||
.ssid = WIFI_SSID,
|
||||
.ssid = :,
|
||||
.password = WIFI_PASSWORD,
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user