From 255d4106dcfc4acc4bcf71b184160de869767449 Mon Sep 17 00:00:00 2001 From: RonMeier <48986706+RonMeier@users.noreply.github.com> Date: Thu, 13 Apr 2023 15:29:04 +0200 Subject: [PATCH] Update OTAWebUpdater.ino --- espupload/OTAWebUpdater.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espupload/OTAWebUpdater.ino b/espupload/OTAWebUpdater.ino index fb2823f..6a3c3af 100644 --- a/espupload/OTAWebUpdater.ino +++ b/espupload/OTAWebUpdater.ino @@ -3,7 +3,7 @@ #include #include -const char* ssid = "NetzName"; +const char* ssid = "WlanName"; const char* password = "pwd"; WebServer server(80);