mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
Fix appids
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
App(
|
||||
appid="Blackjack",
|
||||
appid="blackjack",
|
||||
name="BlackJack",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="blackjack_app",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <furi_hal_resources.h>
|
||||
#include <nrf24.h>
|
||||
#include "mousejacker_ducky.h"
|
||||
#include <NRF24_Mouse_Jacker_icons.h>
|
||||
#include <nrf24_mouse_jacker_icons.h>
|
||||
#include <dolphin/dolphin.h>
|
||||
|
||||
#define TAG "mousejacker"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
App(
|
||||
appid="Picopass",
|
||||
appid="picopass",
|
||||
name="PicoPass",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
targets=["f7"],
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
App(
|
||||
appid="Signal_Generator",
|
||||
appid="signal_generator",
|
||||
name="[GPIO] Signal Generator",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="signal_gen_app",
|
||||
|
||||
Reference in New Issue
Block a user