From c2ef85e3884b3b57d00dcdbaa06a38536a7a3bd0 Mon Sep 17 00:00:00 2001 From: v1605 <55302877+v1605@users.noreply.github.com> Date: Sat, 28 Sep 2024 13:43:41 -0400 Subject: [PATCH] Update TapToEsp32.hpp --- TapToEsp32.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TapToEsp32.hpp b/TapToEsp32.hpp index c8efef6..4fa2c1c 100644 --- a/TapToEsp32.hpp +++ b/TapToEsp32.hpp @@ -10,7 +10,7 @@ //Wifi and mister information const char* ssid = "NetworkName"; const char* password = "Password"; -const String tapToUrl = "http://mister.local:8182"; +const String tapToUrl = "http://mister.local:7497"; //-----------------------------------------------------------------------