A fork of https://github.com/crosspoint-reader/crosspoint-reader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update OTA updater URL

+1 -1
+1 -1
src/network/OtaUpdater.cpp
··· 5 5 #include <Update.h> 6 6 7 7 namespace { 8 - constexpr char latestReleaseUrl[] = "https://api.github.com/repos/daveallie/crosspoint-reader/releases/latest"; 8 + constexpr char latestReleaseUrl[] = "https://api.github.com/repos/crosspoint-reader/crosspoint-reader/releases/latest"; 9 9 } 10 10 11 11 OtaUpdater::OtaUpdaterError OtaUpdater::checkForUpdate() {