Skip to content

Commit

Permalink
changed URL for issue xyzroe#13
Browse files Browse the repository at this point in the history
  • Loading branch information
Bixkitts committed Oct 4, 2024
1 parent 3c4f74b commit c9ab347
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/web.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down

0 comments on commit c9ab347

Please sign in to comment.