Update apps

This commit is contained in:
Willy-JL
2023-08-30 18:59:32 +02:00
parent 160ab755a2
commit ee37769ee2
308 changed files with 2314 additions and 801 deletions

View File

@@ -4,6 +4,7 @@
#include <stdlib.h>
#include <notification/notification.h>
#include <notification/notification_messages.h>
#include <dolphin/dolphin.h>
#include "config/app/config.h"
#include "services/config/config.h"
#include "types/plugin_state.h"
@@ -237,6 +238,9 @@ int32_t totp_app() {
return 253;
}
// Affecting dolphin level
dolphin_deed(DolphinDeedPluginStart);
FuriMutex* main_loop_mutex = furi_mutex_alloc(FuriMutexTypeNormal);
struct TotpRenderCallbackContext render_context = {
.plugin_state = plugin_state, .mutex = main_loop_mutex};