Update apps pt2 + Add MAYHEM Evil Portal

This commit is contained in:
Willy-JL
2023-07-26 03:48:19 +02:00
parent 356a4678d6
commit 2ee9349d50
47 changed files with 1249 additions and 129 deletions

View File

@@ -387,7 +387,7 @@ int32_t wii_ec_anal(void) {
// ==================== Main event loop ====================
if(state->run) do {
bool redraw = false;
//bool redraw = false;
FuriStatus status = FuriStatusErrorTimeout;
// Wait for a message
@@ -474,7 +474,7 @@ int32_t wii_ec_anal(void) {
}
// *** Update the GUI screen via the viewport ***
if(redraw) view_port_update(vpp);
view_port_update(vpp);
// *** Try to release the plugin state variables ***
if(furi_mutex_release(state->mutex) != FuriStatusOk) {