Update OTA url
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
#include "esp_wifi.h"
|
#include "esp_wifi.h"
|
||||||
|
|
||||||
namespace {
|
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 */
|
/* This is buffer and size holder to keep upcoming data from latestReleaseUrl */
|
||||||
char* local_buf;
|
char* local_buf;
|
||||||
|
|||||||
Reference in New Issue
Block a user