mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-08-10 12:12:15 +02:00
Fix OTA update URLs to point to cjkas fork
This commit is contained in:
parent
3ba27ad967
commit
77f97498b0
2 changed files with 5 additions and 5 deletions
|
|
@ -4623,7 +4623,7 @@ class Firmware {
|
|||
let overlay = ui.waitMessage(document.getElementById('divContainer'));
|
||||
try {
|
||||
let ret = {};
|
||||
ret.resp = await fetch(`https://api.github.com/repos/rstrouse/espsomfy-rts/releases/tags/${tag}`);
|
||||
ret.resp = await fetch(`https://api.github.com/repos/cjkas/espsomfy-rts/releases/tags/${tag}`);
|
||||
if (ret.resp.ok)
|
||||
ret.info = await ret.resp.json();
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue