Merge branch 'UNLEASHED' into 420

This commit is contained in:
RogueMaster
2022-11-02 18:13:43 -04:00
110 changed files with 1459 additions and 487 deletions

View File

@@ -523,12 +523,11 @@ int32_t barcode_UPCA_generator_app(void* p) {
plugin_state->modeIndex = 0;
}
break;
default:
break;
}
}
}
} else {
FURI_LOG_D("barcode_UPCA_generator", "osMessageQueue: event timeout");
// event timeout
}
view_port_update(view_port);