From b2011a1889e585f62332b4b308475e3f158e6ad9 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sun, 2 Jan 2022 20:37:52 -0800 Subject: [PATCH] Switching url to casler.org. github has too many redirections. --- src/mesh/http/ContentHandler.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesh/http/ContentHandler.cpp b/src/mesh/http/ContentHandler.cpp index 737335b83..3f622b65c 100644 --- a/src/mesh/http/ContentHandler.cpp +++ b/src/mesh/http/ContentHandler.cpp @@ -57,7 +57,8 @@ char contentTypes[][2][32] = {{".txt", "text/plain"}, {".html", "text/html"} {".css", "text/css"}, {".ico", "image/vnd.microsoft.icon"}, {".svg", "image/svg+xml"}, {"", ""}}; -const char *tarURL = "https://github.com/meshtastic/meshtastic-web/releases/download/latest/build.tar"; +//const char *tarURL = "https://github.com/meshtastic/meshtastic-web/releases/download/latest/build.tar"; +const char *tarURL = "https://www.casler.org/temp/meshtastic-web.tar"; const char *certificate = NULL; // change this as needed, leave as is for no TLS check (yolo security) // Our API to handle messages to and from the radio.