Update OTA url

This commit is contained in:
jpirnay
2026-04-07 22:18:15 +02:00
parent fb331ae122
commit 809e84f758
+1 -1
View File
@@ -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;