mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-13 19:43:34 -07:00
a fix?
This commit is contained in:
@@ -17,14 +17,14 @@
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
App(
|
||||
appid="vb_migrate",
|
||||
appid="VB_migrate",
|
||||
name="VB Migration Assistant",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="vb_migrate_app",
|
||||
requires=["gui", "storage"],
|
||||
stack_size=2 * 1024,
|
||||
fap_version=(0,2),
|
||||
fap_libs=["nfc", "misc", "mbedtls", "ST25RFAL002", "gcc", "toolbox"],
|
||||
fap_libs=["nfc", "misc", "mbedtls", "st25rfal002", "gcc", "toolbox"],
|
||||
fap_category="Tools",
|
||||
fap_description="Makes transferring characters with VB Lab less cumbersome",
|
||||
fap_author="cyanic",
|
||||
|
||||
Reference in New Issue
Block a user