mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 09:28:36 -07:00
Small bump in the road
- Update assets and references for new project - Revert DFU image and CLI motd - Remove NSFW text and flag - Remove credits animation (will be replaced with a setting menu soon) - New EvilPortal example HTML and better error message - Initial standalone naming for asset packs and mainmenu apps - File migration fixes/improvements - Remove hotfix workflow
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "nfc_app_i.h"
|
||||
|
||||
#include <xtreme/xtreme.h>
|
||||
#include <momentum/momentum.h>
|
||||
|
||||
FuriTimer* timer_auto_exit = NULL;
|
||||
|
||||
@@ -22,7 +22,8 @@ void nfc_scene_emulate_on_enter(void* context) {
|
||||
timer_auto_exit =
|
||||
furi_timer_alloc(nfc_scene_emulate_timer_callback, FuriTimerTypeOnce, instance);
|
||||
furi_timer_start(
|
||||
timer_auto_exit, xtreme_settings.favorite_timeout * furi_kernel_get_tick_frequency());
|
||||
timer_auto_exit,
|
||||
momentum_settings.favorite_timeout * furi_kernel_get_tick_frequency());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user