Update OTA updater URL

This commit is contained in:
Dave Allie 2026-01-14 23:14:00 +11:00 committed by Irene Ying
parent 9446bc5423
commit 57c86b859f

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() {