make some room in recovery

This commit is contained in:
philippe44
2023-08-30 23:47:25 -07:00
parent 55053d5941
commit ad4d5db2f1
3 changed files with 18 additions and 7 deletions

View File

@@ -27,6 +27,9 @@ const __attribute__((section(".rodata_desc"))) esp_app_desc_t esp_app_desc = {
#endif
};
void register_optional_cmd(void) {
}
int main(int argc, char **argv){
return 1;
}