Update OTA updater URL

This commit is contained in:
Dave Allie 2026-01-14 23:14:00 +11:00
parent a946c83a07
commit 3ee10b31ab
No known key found for this signature in database
GPG Key ID: F2FDDB3AD8D0276F

View File

@ -5,7 +5,7 @@
#include <Update.h>
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() {