Skip to content

Commit

Permalink
Update TapToEsp32.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
v1605 authored Sep 28, 2024
1 parent 8b17bc5 commit c2ef85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TapToEsp32.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";

//-----------------------------------------------------------------------

Expand Down

0 comments on commit c2ef85e

Please sign in to comment.