mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-05 05:04:46 +00:00
Switching url to casler.org. github has too many redirections.
This commit is contained in:
parent
893472e36a
commit
b2011a1889
@ -57,7 +57,8 @@ char contentTypes[][2][32] = {{".txt", "text/plain"}, {".html", "text/html"}
|
|||||||
{".css", "text/css"}, {".ico", "image/vnd.microsoft.icon"},
|
{".css", "text/css"}, {".ico", "image/vnd.microsoft.icon"},
|
||||||
{".svg", "image/svg+xml"}, {"", ""}};
|
{".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)
|
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.
|
// Our API to handle messages to and from the radio.
|
||||||
|
Loading…
Reference in New Issue
Block a user