mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 16:53:45 +00:00
e52fdcf109
* Field_Validation: add driver fild_validation_rfid * Field_Validation: add fild_validation_nfc * Field_Presence: added field validation functions to furi_hal_nfc * Field_Presence: added field validation functions to furi_hal_rfid * Field_Presence: add "NFC/RFID detector" app * Field_Presence: fix GUI "NFC/RFID detector" * NFC/RFID detector: add auto turn on backlight when field is detected * NFC/RFID detector: fix syntax errors * ApiSymbols: fix incorrect name * FuriHal: filed detect naming * FieldDetector: fix grammar Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
13 lines
326 B
Text
13 lines
326 B
Text
App(
|
|
appid="nfc_rfid_detector",
|
|
name="NFC/RFID detector",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
targets=["f7"],
|
|
entry_point="nfc_rfid_detector_app",
|
|
requires=["gui"],
|
|
stack_size=4 * 1024,
|
|
order=50,
|
|
fap_icon="nfc_rfid_detector_10px.png",
|
|
fap_category="Tools",
|
|
fap_icon_assets="images",
|
|
)
|