mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 17:18:35 -07:00
Update apps
This commit is contained in:
@@ -6,8 +6,10 @@ App(
|
||||
entry_point="nfc_rfid_detector_app",
|
||||
requires=["gui"],
|
||||
stack_size=4 * 1024,
|
||||
order=50,
|
||||
fap_description="Identify the reader type: NFC (13 MHz) and/or RFID (125 KHz).",
|
||||
fap_version="1.0",
|
||||
fap_icon="nfc_rfid_detector_10px.png",
|
||||
fap_category="Tools",
|
||||
fap_icon_assets="images",
|
||||
fap_author="SkorP",
|
||||
)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "nfc_rfid_detector_view_field_presence.h"
|
||||
#include "../nfc_rfid_detector_app_i.h"
|
||||
#include <nfc_rfid_detector_icons.h>
|
||||
#include "nfc_rfid_detector_icons.h"
|
||||
#include <assets_icons.h>
|
||||
|
||||
#include <input/input.h>
|
||||
|
||||
Reference in New Issue
Block a user