Bootloader pre-release

This commit is contained in:
devdl11
2022-04-25 18:22:19 +02:00
parent add333b920
commit 5ed8aef907
65 changed files with 1328 additions and 810 deletions

View File

@@ -24,7 +24,6 @@ class Recovery {
static void crash_handler(const char * error);
static void recover_data();
static bool has_crashed();
static void debug();
};
};