Skip to content

Commit

Permalink
Latest RM0630-2130-0.102.4-54e7e3e on PATREON & GitHub - UPD UL APPS
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueMaster committed Jul 1, 2024
2 parents 5fb3382 + c0691f3 commit f3e91cd
Show file tree
Hide file tree
Showing 40 changed files with 188 additions and 86 deletions.
60 changes: 31 additions & 29 deletions ReadMe.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion applications/external/airmon/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ App(
fap_icon_assets_symbol="airmon",
fap_author="3cky",
fap_weburl="https://github.com/3cky/flipperzero-airmon",
fap_version=(1, 2),
fap_version="1.3",
fap_description="Plantower PMSx003 sensor reader",
)
2 changes: 1 addition & 1 deletion applications/external/brainfuck/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ App(
fap_icon_assets_symbol="brainfuck",
fap_author="nymda",
fap_weburl="https://github.com/nymda/FlipperZeroBrainfuck",
fap_version=(1, 2),
fap_version="1.3",
fap_description="Brainfuck language interpreter",
)
2 changes: 1 addition & 1 deletion applications/external/dcf77/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ App(
fap_category="RFID",
fap_author="arha & xMasterX",
fap_weburl="https://github.com/arha/flipper-dcf77",
fap_version="1.2",
fap_version="1.3",
fap_description="Sends the DCF77 time signal (badly) on the 125khz LFRFID antenna and on GPIO C3 pin",
)
12 changes: 6 additions & 6 deletions applications/external/dice2/dice_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,17 +284,17 @@ static void draw_callback(Canvas* canvas, void* ctx) {
furi_mutex_release(state->mutex);
}

static void input_callback(InputEvent* input_event, void* context) {
furi_assert(context);
FuriMessageQueue* event_queue = context;
static void input_callback(InputEvent* input_event, void* ctx) {
furi_assert(ctx);
FuriMessageQueue* event_queue = ctx;

AppEvent event = {.type = EventTypeKey, .input = *input_event};
furi_message_queue_put(event_queue, &event, FuriWaitForever);
}

static void timer_callback(void* context) {
furi_assert(context);
FuriMessageQueue* event_queue = context;
static void timer_callback(void* ctx) {
furi_assert(ctx);
FuriMessageQueue* event_queue = ctx;

AppEvent event = {.type = EventTypeTick};
furi_message_queue_put(event_queue, &event, 0);
Expand Down
2 changes: 1 addition & 1 deletion applications/external/dist_sensor_parallax/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ App(
fap_icon_assets_symbol="usping",
fap_author="privet971",
fap_weburl="https://github.com/privet971/FlipperZeroApps/tree/main/usping",
fap_version=(1, 2),
fap_version="1.2",
fap_description="Ultrasound measurments with PING))) Parallax sensor SKU 28015 (3 wires)",
)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions applications/external/flappy_bird/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ App(
fap_version="1.2",
fap_description="Flappy Bird Game",
fap_icon_assets_symbol="flappy_bird",
# [Flappy: Border hitboxes, bigger Pilars (By TQMatvey)](https://github.com/DarkFlippers/unleashed-firmware/pull/114)
# [Increase pilars line width to improve visibility (By ahumeniy)](https://github.com/DarkFlippers/unleashed-firmware/pull/140)
)
1 change: 1 addition & 0 deletions applications/external/game2048/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ App(
fap_author="OlegSchwann",
fap_weburl="https://github.com/OlegSchwann/flipperzero-firmware/tree/hackaton/game_2048/applications/game-2048",
fap_version=(1, 1),
# [(Score By DevMilanIan)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/186)
)
2 changes: 1 addition & 1 deletion applications/external/gpio_7segment/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ App(
fap_category="GPIO",
fap_author="jamisonderek",
fap_weburl="https://github.com/jamisonderek/flipper-zero-tutorials/tree/main/gpio",
fap_version=(1, 1),
fap_version="1.2",
fap_description="Control a 7-segment display with GPIO pins",
)
3 changes: 2 additions & 1 deletion applications/external/hc_sr04/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ App(
fap_icon="dist_sensor10px.png",
fap_category="GPIO/Sensors",
fap_author="xMasterX (first implementation by Sanqui)",
fap_version=(1, 1),
fap_version="1.1",
fap_description="HC-SR(04) Distance sensor reader",
# Ported/Modified by xMasterX
)
1 change: 1 addition & 0 deletions applications/external/heap_defence/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ App(
fap_author="xMasterX (original implementation by wquinoa & Vedmein)",
fap_version="1.3",
fap_description="Heap Defence game from hackathon (aka Stack Attack)",
# [(original by wquinoa & Vedmein)](https://github.com/Vedmein/flipperzero-firmware/tree/hd/svisto-perdelki)
)
2 changes: 1 addition & 1 deletion applications/external/mandelbrot/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ App(
fap_category="Games",
fap_author="Possibly-Matt",
fap_weburl="https://github.com/Possibly-Matt",
fap_version=(1, 1),
fap_version="1.2",
fap_description="The Mandelbrot set is the set of all so-called (complex) numbers that meet Mandelbrots simple arithmetic criterion.",
)
5 changes: 3 additions & 2 deletions applications/external/mfkey/mfkey.c
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,9 @@ static void render_callback(Canvas* const canvas, void* ctx) {
furi_mutex_release(program_state->mutex);
}

static void input_callback(InputEvent* input_event, void* event_queue) {
furi_assert(event_queue);
static void input_callback(InputEvent* input_event, void* ctx) {
furi_assert(ctx);
FuriMessageQueue* event_queue = ctx;

PluginEvent event = {.type = EventTypeKey, .input = *input_event};
furi_message_queue_put((FuriMessageQueue*)event_queue, &event, FuriWaitForever);
Expand Down
2 changes: 1 addition & 1 deletion applications/external/montyhall/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ App(
fap_icon="Monty.png",
fap_category="Games",
fap_author="DevMilanIan",
fap_version=(1, 1),
fap_version="1.2",
fap_description="Monty Hall asks you to guess which closed door a prize is behind.",
)
1 change: 1 addition & 0 deletions applications/external/mouse_jiggler/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ App(
fap_weburl="https://github.com/Jacob-Tate/flipperzero-firmware/blob/dev/applications/mouse_jiggler/mouse_jiggler.c",
fap_version="1.1",
fap_description="Jiggles mouse over USB",
# (Original By MuddleBox)
)
1 change: 1 addition & 0 deletions applications/external/music_beeper/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ App(
fap_icon="icons/music_10px.png",
fap_category="Media",
fap_icon_assets="icons",
# [With Changes By qqMajiKpp/Haseo](https://github.com/qqmajikpp/)
)
2 changes: 1 addition & 1 deletion applications/external/music_beeper/music_beeper.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ typedef struct {

typedef struct {
MusicBeeperModel* model;
FuriMutex** model_mutex;
FuriMutex* model_mutex;

FuriMessageQueue* input_queue;

Expand Down
2 changes: 1 addition & 1 deletion applications/external/musictracker/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ App(
fap_category="Media",
fap_author="DrZlo13",
fap_weburl="https://github.com/DrZlo13/flipper-zero-music-tracker",
fap_version=(1, 2),
fap_version="1.3",
fap_description="App plays hardcoded tracker song",
)
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ void nfc_playlist_confirm_delete_scene_on_enter(void* context) {
furi_string_get_cstr(nfc_playlist->settings.playlist_path), file_name);
FuriString* temp_str =
furi_string_alloc_printf("\e#Delete %s?\e#", furi_string_get_cstr(file_name));
furi_string_free(file_name);

widget_add_text_box_element(
nfc_playlist->widget,
Expand All @@ -41,6 +40,7 @@ void nfc_playlist_confirm_delete_scene_on_enter(void* context) {
nfc_playlist);

furi_string_free(temp_str);
furi_string_free(file_name);

view_dispatcher_switch_to_view(nfc_playlist->view_dispatcher, NfcPlaylistView_Widget);
}
Expand Down
2 changes: 1 addition & 1 deletion applications/external/ocarina/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ App(
fap_icon_assets="icons",
fap_author="invalidna-me",
fap_weburl="https://github.com/invalidna-me/flipperzero-ocarina",
fap_version=(1, 1),
fap_version="1.2",
fap_description="A basic Ocarina (of Time), Controls are the same as the N64 version of the Ocarina of Time",
)
1 change: 1 addition & 0 deletions applications/external/orgasmotron/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ App(
fap_weburl="https://github.com/leedave/Leeds-Flipper-Zero-Applications",
fap_version="1.0",
fap_description="Vibrate Flipper in different modes",
# [(Original By qqmajikpp)](https://github.com/qqmajikpp/flipperzero-firmware-wPlugins)
)
25 changes: 16 additions & 9 deletions applications/external/pocsag_pager/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Flipper POCSAG Receiver plugin

### Protocol implementation made by @Shmuma + 512, 2400 speeds support by @htotoo
## Protocol implementation made by @Shmuma + 512, 2400 speeds support by @htotoo
Plugin based on [Weather Station](https://github.com/flipperdevices/flipperzero-firmware/tree/dev/applications/plugins/weather_station) from OFW

Icons by @Svaarich
Expand All @@ -10,15 +10,22 @@ Includes new FM preset built into code - 2FSK with 9.5KHz freq deviation.
App supports POCSAG 512, POCSAG 1200, POCSAG 2400 decoding on CC1101 supported frequencies!
Check datasheet and add required frequency in config file (see details below)

Default frequency is set to DAPNET - `439987500`
Default frequency is set to DAPNET - "439987500"

To add new presets and frequencies create file "yourMicroSD/pocsag/settings.txt"

And put [THIS](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/applications/main/subghz/resources/subghz/assets/setting_user.example) file contents into it, and edit this example for yourself, add needed frequencies

Warning!!! This file is EXAMPLE! It contains frequencies that are commented with "#"

"#" Is a comment symbol, if that symbol is present at the beggining of the line, that means this line will be ignored!

To add custom frequency you need to uncomment the line and edit numbers keeping its size (zeros at the end) "Frequency: 433000000"

To edit default freqency follow same procedure

All custom frequencies added from this file will be at the end of the list in the frequency selector in the app! Scroll frequencies to the end to find your custom freq.

To add new presets and frequencies create file `yourMicroSD/pocsag/settings.txt` <br>
And put [THIS](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/applications/main/subghz/resources/subghz/assets/setting_user.example) file contents into it, and edit this example for yourself, add needed frequencies <br>
Warning!!! This file is EXAMPLE! It contains frequencies that are commented with `#` <br>
`#` Is a comment symbol, if that symbol is present at the beggining of the line, that means this line will be ignored! <br>
To add custom frequency you need to uncomment the line and edit numbers keeping its size (zeros at the end) `Frequency: 433000000` <br>
To edit default freqency follow same procedure <br>
All custom frequencies added from this file will be at the end of the list in the frequency selector in the app! Scroll frequencies to the end to find your custom freq. <br>
Default list > Custom list


Expand Down
2 changes: 1 addition & 1 deletion applications/external/pocsag_pager/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ App(
fap_icon_assets="images",
fap_icon_assets_symbol="pocsag_pager",
fap_author="xMasterX & Shmuma",
fap_version="1.2",
fap_version="1.3",
fap_description="App can capture POCSAG 1200 messages on CC1101 supported frequencies.",
)
2 changes: 1 addition & 1 deletion applications/external/pomodoro_og/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ App(
fap_icon_assets="assets",
fap_author="sbrin",
fap_weburl="https://github.com/sbrin/flipperzero_pomodoro",
fap_version="1.3",
fap_version="1.4",
fap_description="Use your Flipper Zero as a Pomodoro Timer.",
)
1 change: 1 addition & 0 deletions applications/external/pong/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ App(
fap_weburl="https://github.com/nmrr/flipperzero-pong",
fap_version="1.3",
fap_description="Simple pong game",
# [(Patched By SimplyMinimal)](https://github.com/nmrr/flipperzero-pong/pull/2)
)
2 changes: 1 addition & 1 deletion applications/external/racegame/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ App(
fap_category="Games",
fap_author="zyuhel",
fap_weburl="https://github.com/zyuhel/flipperzero-racegame",
fap_version=(1, 1),
fap_version="1.2",
fap_description="Race game inspired by Race game in BrickGame 9999 in 1.",
)
2 changes: 1 addition & 1 deletion applications/external/reaction_game/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ App(
fap_icon="icon.png",
fap_author="Milk-Cool",
fap_weburl="https://github.com/Milk-Cool/fz-reaction-game",
fap_version=(1, 1),
fap_version="1.2",
fap_description="A simple reaction test game",
)
8 changes: 4 additions & 4 deletions applications/external/resistors/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ App(
entry_point="resistors_app",
stack_size=2 * 1024,
fap_category="Tools",
fap_version=(1, 2),
fap_icon="resistors.png",
fap_description="Resistor calculations",
fap_author="Lewis Westbury",
fap_weburl="https://github.com/instantiator/flipper-zero-experimental-apps",
fap_icon_assets="images",
fap_icon_assets_symbol="resistors",
fap_author="Lewis Westbury",
fap_weburl="https://github.com/instantiator/flipper-zero-experimental-apps",
fap_version="1.3",
fap_description="Resistor calculations",
)
Binary file modified applications/external/sam/icons/music_10px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f3e91cd

Please sign in to comment.