Skip to content

Commit

Permalink
App Renamed + Comment Broken Service For Now
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueMaster committed May 19, 2023
1 parent 6a858f7 commit 815db04
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 15 deletions.
3 changes: 3 additions & 0 deletions ReadMe.md
Expand Up @@ -35,6 +35,9 @@ This software is for experimental purposes only and is not meant for any illegal
- Last Synced/Checked OFW, changes in [commits](https://github.com/flipperdevices/flipperzero-firmware/commits/dev): `2023-05-18 20:45 EST`
- [Join our Discord and see #announcemnets for our current giveaway!](https://discord.gg/roguemaster)
- Updated: [Dab Timer (By RogueMaster)](https://github.com/RogueMaster/flipperzero-dabtimer) Clock Faces Inverted
- UL: [Name Changer Service Improvements / ReWritten To Cover Needed Bluetooth Name Changes (By xMasterX)](https://github.com/DarkFlippers/unleashed-firmware/commit/a7ee5fea93ad424c159b9a9a242a13d6b79f5c8f)
- UL:[Move dangerous_settings check #475 (By gid9798)](https://github.com/DarkFlippers/unleashed-firmware/pull/475)
- UL: Added:[Sub-GHz Remote Refactored #477 (By gid9798)](https://github.com/DarkFlippers/unleashed-firmware/pull/477)

<a name="release">

Expand Down
6 changes: 3 additions & 3 deletions applications/external/subghz_remote_remix/application.fam
@@ -1,6 +1,6 @@
App(
appid="Subghz_Remote_Remix",
name="Sub-GHz Remote Remix",
appid="Subghz_Remote_Refactored",
name="Sub-GHz Remote Refactored",
apptype=FlipperAppType.EXTERNAL,
entry_point="subghz_remote_app",
# cdefines=[
Expand All @@ -17,5 +17,5 @@ App(
fap_libs=["assets"],
fap_icon="subghz_remote_10px.png",
fap_category="Sub-GHz",
# link="/ext/apps/Sub-GHz/Subghz_Remote_Remix.fap",
# link="/ext/apps/Sub-GHz/Subghz_Remote_Refactored.fap",
)
Expand Up @@ -26,7 +26,7 @@
#include <lib/subghz/receiver.h>
#include <lib/subghz/transmitter.h>

#define SUBREM_APP_FOLDER EXT_PATH("subghz_remote")
#define SUBREM_APP_FOLDER EXT_PATH("subghz/subghz_remote")
#define SUBREM_MAX_LEN_NAME 64

typedef struct {
Expand Down
16 changes: 8 additions & 8 deletions applications/main/subghz/application.fam
Expand Up @@ -12,7 +12,7 @@ App(
],
provides=[
"subghz_start",
"subghz_load_dangerous_settings",
# "subghz_load_dangerous_settings",
],
icon="A_Sub1ghz_14",
stack_size=3 * 1024,
Expand All @@ -27,10 +27,10 @@ App(
order=40,
)

App(
appid="subghz_load_dangerous_settings",
apptype=FlipperAppType.STARTUP,
entry_point="subghz_dangerous_freq",
requires=["storage", "subghz"],
order=650,
)
# App(
# appid="subghz_load_dangerous_settings",
# apptype=FlipperAppType.STARTUP,
# entry_point="subghz_dangerous_freq",
# requires=["storage", "subghz"],
# order=1050,
# )
6 changes: 3 additions & 3 deletions applications/services/application.fam
Expand Up @@ -9,9 +9,9 @@ App(
"desktop",
"loader",
"power",
"ibuttonsrv",
# "infraredsrv",
"lfrfidsrv",
"ibuttonsrv",
# "infraredsrv",
"lfrfidsrv",
"namechanger_srv",
],
)

0 comments on commit 815db04

Please sign in to comment.