Skip to content

Commit 8a30c4f

Browse files
committed
Update OTA binary file
Update OTA link
1 parent a6ea464 commit 8a30c4f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

m5hack.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ void mainmenu_ota() {
125125
if (ez.msgBox("Get OTA_https", "This will replace the current program with a new version from GitHub.", "Cancel#OK#") == "OK") {
126126
ezProgressBar progress_bar("OTA update in progress", "Downloading ...", "Abort");
127127
#include "raw_githubusercontent_com.h" // the root certificate is now in const char * root_cert
128-
ESP.restart();
129-
if (ez.wifi.update("https://raw.githubusercontent.com/ropg/M5ez/master/compiled_binaries/OTA_https.bin", root_cert, &progress_bar)) {
128+
if (ez.wifi.update("https://raw.githubusercontent.com/spawnrider/m5hack/master/binaries/m5hack_esp32.bin", root_cert, &progress_bar)) {
130129
ez.msgBox("Over The Air updater", "OTA download successful. Reboot to new firmware", "Reboot");
131130
ESP.restart();
132131
} else {

0 commit comments

Comments
 (0)