Skip to content

Commit

Permalink
Finished linting and reducing manifest and includes
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lee committed Jan 5, 2024
1 parent a0794b1 commit f179b0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
12 changes: 4 additions & 8 deletions application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@ App(
name="Restaurant Pager Trigger",
apptype=FlipperAppType.EXTERNAL,
entry_point="meal_pager_app",
cdefines=["APP_MEAL_PAGER"],
requires=[
"gui",
"storage",
],
stack_size=2 * 1024,
order=10,
fap_libs=["assets"],
fap_icon="icons/meal_pager_10px.png",
fap_icon_assets="icons",
fap_category="Sub-Ghz",
fap_version="0.1",
fap_version="0.7",
fap_author="leedave",
fap_weburl="https://github.com/leedave/flipper-zero-meal-pager",
fap_description="This app triggers restaurant pagers in a brute force manner, useful to test if devices are still functional.",
)
2 changes: 0 additions & 2 deletions helpers/subghz/subghz_i.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "subghz_i.h"

//#include "assets_icons.h"
#include "subghz/types.h"
#include <math.h>
#include <furi.h>
Expand All @@ -10,7 +9,6 @@
#include <notification/notification.h>
#include <notification/notification_messages.h>
#include <flipper_format/flipper_format.h>
//#include "views/receiver.h"

#include <flipper_format/flipper_format_i.h>
#include <lib/toolbox/stream/stream.h>
Expand Down
1 change: 0 additions & 1 deletion helpers/subghz/subghz_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "views/subghz_read_raw.h"
#include <gui/gui.h>
#include <assets_icons.h>
#include <dialogs/dialogs.h>
#include <gui/scene_manager.h>
#include <notification/notification_messages.h>
Expand Down
1 change: 0 additions & 1 deletion meal_pager_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <gui/gui.h>
#include <input/input.h>
#include <stdlib.h>
#include <assets_icons.h>
#include <dialogs/dialogs.h>
#include <notification/notification_messages.h>
#include <gui/view_dispatcher.h>
Expand Down

0 comments on commit f179b0d

Please sign in to comment.