app rename fix

This commit is contained in:
RogueMaster
2022-12-12 14:33:01 -05:00
parent 1770e19981
commit f24ed7cd7b
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,5 @@
App( App(
appid="pocsag_pager", appid="POCSAG_Pager",
name="POCSAG Pager", name="POCSAG Pager",
apptype=FlipperAppType.PLUGIN, apptype=FlipperAppType.PLUGIN,
entry_point="pocsag_pager_app", entry_point="pocsag_pager_app",

View File

@@ -1,6 +1,6 @@
#include "pocsag_pager_receiver.h" #include "pocsag_pager_receiver.h"
#include "../pocsag_pager_app_i.h" #include "../pocsag_pager_app_i.h"
#include <pocsag_pager_icons.h> #include <POCSAG_Pager_icons.h>
#include <math.h> #include <math.h>
#include <input/input.h> #include <input/input.h>

View File

@@ -1,6 +1,6 @@
#include "pocsag_pager_receiver.h" #include "pocsag_pager_receiver.h"
#include "../pocsag_pager_app_i.h" #include "../pocsag_pager_app_i.h"
#include "pocsag_pager_icons.h" #include "POCSAG_Pager_icons.h"
#include "../protocols/pcsg_generic.h" #include "../protocols/pcsg_generic.h"
#include <input/input.h> #include <input/input.h>
#include <gui/elements.h> #include <gui/elements.h>