Exit if SD update fails

This commit is contained in:
Just Call Me Koko
2020-03-11 20:53:37 -04:00
parent 41d287c538
commit 2039e517af
3 changed files with 26 additions and 7 deletions

View File

@@ -71,6 +71,9 @@ struct Menu {
class MenuFunctions
{
private:
String u_result = "";
Menu* current_menu;
// Main menu stuff
@@ -83,6 +86,7 @@ class MenuFunctions
// Device menu stuff
Menu whichUpdateMenu;
Menu failedUpdateMenu;
Menu confirmMenu;
Menu updateMenu;
Menu infoMenu;