blob: c7f4596d1122ef13cf4cde678369e7dfcf33bbab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ura hamclock-4.22.orig/ESPHamClock/wifi.cpp hamclock-4.22.new/ESPHamClock/wifi.cpp
--- hamclock-4.22.orig/ESPHamClock/wifi.cpp 2026-01-18 10:44:20.000000000 -0500
+++ hamclock-4.22.new/ESPHamClock/wifi.cpp 2026-04-14 00:43:32.805138234 -0400
@@ -5,7 +5,7 @@
// host name and port of backend server
-const char *backend_host = "clearskyinstitute.com";
+const char *backend_host = "ohb.hamclock.app";
int backend_port = 80;
// IP where server thinks we came from
|