mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
Lowercase appid's
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
App(
|
||||
appid="SubGHz_Bruteforcer",
|
||||
appid="subghz_bruteforcer",
|
||||
name="Sub-GHz Bruteforcer",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="subbrute_app",
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include <gui/modules/widget.h>
|
||||
#include <gui/modules/loading.h>
|
||||
|
||||
#include "SubGHz_Bruteforcer_icons.h"
|
||||
#include "subghz_bruteforcer_icons.h"
|
||||
|
||||
#include <dialogs/dialogs.h>
|
||||
|
||||
@@ -77,4 +77,4 @@ struct SubBruteState {
|
||||
|
||||
void subbrute_show_loading_popup(void* context, bool show);
|
||||
void subbrute_text_input_callback(void* context);
|
||||
void subbrute_popup_closed_callback(void* context);
|
||||
void subbrute_popup_closed_callback(void* context);
|
||||
|
||||
Reference in New Issue
Block a user