ESPNOW + WiFi

This commit is contained in:
2025-07-28 16:22:42 -04:00
parent 4b55b984a6
commit 564054afa1
4 changed files with 215 additions and 2 deletions

View File

@@ -302,7 +302,7 @@ static void wifi_init()
ESP_ERROR_CHECK( esp_wifi_set_mode(WIFI_MODE_STA));//ESPNOW_WIFI_MODE));
wifi_config_t wifi_config = {
.sta = {
.ssid = "IoT_bots",
.ssid = "IoT_bots2",
.password = "208208208",
},
};