Fix part 1

This commit is contained in:
MX
2022-11-02 23:07:00 +03:00
parent e1f5999095
commit c8bc9e26e0
14 changed files with 45 additions and 15 deletions

View File

@@ -1044,6 +1044,8 @@ int32_t unirfremix_app(void* p) {
unirfremix_tx_stop(app);
exit_loop = true;
break;
default:
break;
}
if(app->processing == 0) {
@@ -1115,6 +1117,8 @@ int32_t unirfremix_app(void* p) {
case InputKeyBack:
exit_loop = true;
break;
default:
break;
}
if(exit_loop == true) {