From 3ee10b31ab25875cecab4b852af206aef54d98a7 Mon Sep 17 00:00:00 2001 From: Dave Allie Date: Wed, 14 Jan 2026 23:14:00 +1100 Subject: [PATCH] Update OTA updater URL --- src/network/OtaUpdater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/OtaUpdater.cpp b/src/network/OtaUpdater.cpp index 4afd9de..d831af0 100644 --- a/src/network/OtaUpdater.cpp +++ b/src/network/OtaUpdater.cpp @@ -5,7 +5,7 @@ #include namespace { -constexpr char latestReleaseUrl[] = "https://api.github.com/repos/daveallie/crosspoint-reader/releases/latest"; +constexpr char latestReleaseUrl[] = "https://api.github.com/repos/crosspoint-reader/crosspoint-reader/releases/latest"; } OtaUpdater::OtaUpdaterError OtaUpdater::checkForUpdate() {