File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments