diff --git a/src/network/OtaUpdater.cpp b/src/network/OtaUpdater.cpp index c5d405c0..5276d37c 100644 --- a/src/network/OtaUpdater.cpp +++ b/src/network/OtaUpdater.cpp @@ -8,7 +8,7 @@ #include "esp_wifi.h" namespace { -constexpr char latestReleaseUrl[] = "https://api.github.com/repos/crosspoint-reader/crosspoint-reader/releases/latest"; +constexpr char latestReleaseUrl[] = "https://api.github.com/repos/jpirnay/crosspoint-reader/releases/latest"; /* This is buffer and size holder to keep upcoming data from latestReleaseUrl */ char* local_buf;