From c9ab34725b2d303701eaaacc0200df34d6f17935 Mon Sep 17 00:00:00 2001 From: Sean Bikkes Date: Fri, 4 Oct 2024 17:33:37 +0200 Subject: [PATCH] changed URL for issue #13 --- src/web.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/web.cpp b/src/web.cpp index 33b949c..eebba60 100644 --- a/src/web.cpp +++ b/src/web.cpp @@ -1996,7 +1996,8 @@ String fetchLatestZbFw() { checkDNS(); HTTPClient http; - http.begin("https://raw.githubusercontent.com/codm/XZG/zb_fws/ti/manifest.json"); + + http.begin("https://git.codm.de/codm/czc-firmware/-/raw/zb_fws/ti/manifest.json?ref_type=heads"); int httpCode = http.GET(); String browser_download_url = "";