mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-21 05:04:46 -07:00
app rename fix
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
App(
|
||||
appid="pocsag_pager",
|
||||
appid="POCSAG_Pager",
|
||||
name="POCSAG Pager",
|
||||
apptype=FlipperAppType.PLUGIN,
|
||||
entry_point="pocsag_pager_app",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "pocsag_pager_receiver.h"
|
||||
#include "../pocsag_pager_app_i.h"
|
||||
#include <pocsag_pager_icons.h>
|
||||
#include <POCSAG_Pager_icons.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <input/input.h>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "pocsag_pager_receiver.h"
|
||||
#include "../pocsag_pager_app_i.h"
|
||||
#include "pocsag_pager_icons.h"
|
||||
#include "POCSAG_Pager_icons.h"
|
||||
#include "../protocols/pcsg_generic.h"
|
||||
#include <input/input.h>
|
||||
#include <gui/elements.h>
|
||||
|
||||
Reference in New Issue
Block a user