From a2abe466f5fb3731e7d875b7f60536d3d39da37e Mon Sep 17 00:00:00 2001 From: Nic Limper Date: Tue, 30 May 2023 00:25:09 +0200 Subject: [PATCH] ota ready --- ESP32_AP-Flasher/data/www/ota.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);