diff --git a/ESP32_AP-Flasher/data/www/ota.js b/ESP32_AP-Flasher/data/www/ota.js index e01c9a30..4f6f2258 100644 --- a/ESP32_AP-Flasher/data/www/ota.js +++ b/ESP32_AP-Flasher/data/www/ota.js @@ -1,4 +1,4 @@ -const repoUrl = 'https://api.github.com/repos/nlimper/OpenEPaperLink/releases'; +const repoUrl = 'https://api.github.com/repos/jjwbruijn/OpenEPaperLink/releases'; const $ = document.querySelector.bind(document);