Skip to content

Commit c2ef85e

Browse files
authored
Update TapToEsp32.hpp
1 parent 8b17bc5 commit c2ef85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TapToEsp32.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//Wifi and mister information
1111
const char* ssid = "NetworkName";
1212
const char* password = "Password";
13-
const String tapToUrl = "http://mister.local:8182";
13+
const String tapToUrl = "http://mister.local:7497";
1414

1515
//-----------------------------------------------------------------------
1616

0 commit comments

Comments
 (0)