mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Initial TCP server
This commit is contained in:
@@ -98,7 +98,7 @@ int WifiManager::init_connection() {
|
||||
wifi_config_t wifi_configuration;
|
||||
wifi_configuration = {
|
||||
.sta = {
|
||||
.ssid = "dlink-C32D",
|
||||
.ssid = "",
|
||||
.password = "",
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user