Skip to content

Commit

Permalink
Merge pull request #23 from leedave/feature/cfw_cleanup
Browse files Browse the repository at this point in the history
Cleanups for better support in CFW
  • Loading branch information
leedave authored Jan 22, 2024
2 parents 663a985 + a42e22d commit 9b81ac6
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 15 deletions.
1 change: 0 additions & 1 deletion application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ App(
fap_icon_assets="icons",
fap_category="Sub-Ghz",
fap_version="1.2",
fap_libs=["assets"],
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.",
Expand Down
2 changes: 1 addition & 1 deletion helpers/gui/int_input.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file int_input.h
* GUI: Integer keyboard view module API
* GUI: Integer string keyboard view module API
*/

#pragma once
Expand Down
13 changes: 0 additions & 13 deletions helpers/subghz/subghz_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,6 @@ typedef enum {
SubGhzLockOn,
} SubGhzLock;

typedef enum {
SubGhzViewIdMenu,
SubGhzViewIdReceiver,
SubGhzViewIdPopup,
SubGhzViewIdTextInput,
SubGhzViewIdWidget,
SubGhzViewIdTransmitter,
SubGhzViewIdVariableItemList,
SubGhzViewIdFrequencyAnalyzer,
SubGhzViewIdReadRAW,

} SubGhzViewId;

/** SubGhz load type file */
typedef enum {
SubGhzLoadTypeFileNoLoad,
Expand Down
Binary file added icons/KeyBackspaceSelected_16x9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/KeyBackspace_16x9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/KeySaveSelected_24x11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/KeySave_24x11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9b81ac6

Please sign in to comment.