mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
8323877120
crash doesn’t fixed with this commit
10 lines
215 B
Text
10 lines
215 B
Text
App(
|
|
appid="flipfrid",
|
|
name="RFID Fuzzer",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="flipfrid_start",
|
|
cdefines=["APP_FLIP_FRID"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=29,
|
|
)
|