This commit is contained in:
Willy-JL
2023-11-12 12:26:45 +00:00
parent 270ea226b7
commit d5f1d0bf02
23 changed files with 73 additions and 72 deletions

View File

@@ -8,9 +8,9 @@ App(
],
stack_size=1 * 1024,
order=90,
fap_icon="game_2048.png",
fap_icon="game_2048.png",
fap_category="Games",
fap_author="@eugene-kirzhanov",
fap_version="1.2",
fap_description="Play the port of the 2048 game on Flipper Zero.",
)
)

View File

@@ -3,7 +3,7 @@ App(
name="BlackJack",
apptype=FlipperAppType.EXTERNAL,
entry_point="blackjack_app",
requires=["gui","storage","canvas"],
requires=["gui", "storage", "canvas"],
stack_size=2 * 1024,
order=30,
fap_icon="blackjack_10px.png",
@@ -12,4 +12,4 @@ App(
fap_author="@teeebor",
fap_version="1.1",
fap_description="Blackjack Game",
)
)

View File

@@ -8,7 +8,7 @@ App(
],
stack_size=1 * 1024,
order=90,
fap_icon="bomb.png",
fap_icon="bomb.png",
fap_category="Games",
fap_icon_assets="assets",
fap_author="@leo-need-more-coffee & @xMasterX",

View File

@@ -1,7 +1,7 @@
App(
appid="esp_flasher",
name="[ESP] ESP Flasher",
fap_version=(1,2),
fap_version=(1, 2),
apptype=FlipperAppType.EXTERNAL,
entry_point="esp_flasher_app",
requires=["gui"],
@@ -11,21 +11,21 @@ App(
fap_icon="wifi_10px.png",
fap_category="GPIO",
fap_private_libs=[
Lib(
name="esp-serial-flasher",
fap_include_paths=["include"],
sources=[
"src/esp_loader.c",
"src/esp_targets.c",
"src/md5_hash.c",
"src/protocol_common.c",
"src/protocol_uart.c",
"src/slip.c"
],
cincludes=["lib/esp-serial-flasher/private_include"],
cdefines=["SERIAL_FLASHER_INTERFACE_UART=1", "MD5_ENABLED=1"],
),
],
Lib(
name="esp-serial-flasher",
fap_include_paths=["include"],
sources=[
"src/esp_loader.c",
"src/esp_targets.c",
"src/md5_hash.c",
"src/protocol_common.c",
"src/protocol_uart.c",
"src/slip.c",
],
cincludes=["lib/esp-serial-flasher/private_include"],
cdefines=["SERIAL_FLASHER_INTERFACE_UART=1", "MD5_ENABLED=1"],
),
],
cdefines=["SERIAL_FLASHER_INTERFACE_UART=1"],
fap_icon_assets="assets",
)

View File

@@ -8,8 +8,8 @@ App(
stack_size=1 * 1024,
order=90,
resources="resources",
fap_author="bigbrodude6119",
fap_description="Create an evil captive portal Wi-Fi access point",
fap_author="bigbrodude6119",
fap_description="Create an evil captive portal Wi-Fi access point",
fap_icon_assets="icons",
fap_icon="icons/evil_portal_10px.png",
fap_category="WiFi",

View File

@@ -6,11 +6,11 @@ App(
cdefines=["APP_FLIZZER_TRACKER"],
stack_size=2 * 1024,
order=90,
fap_version=(0, 3),
fap_description="An advanced Flipper Zero chiptune tracker with 4 channels",
fap_author="LTVA",
fap_version=(0, 3),
fap_description="An advanced Flipper Zero chiptune tracker with 4 channels",
fap_author="LTVA",
fap_weburl="https://github.com/LTVA1/flizzer_tracker",
fap_icon="flizzer_tracker.png",
fap_icon_assets="images",
fap_icon="flizzer_tracker.png",
fap_icon_assets="images",
fap_category="Media",
)

View File

@@ -6,7 +6,7 @@ App(
requires=[
"gui",
],
stack_size= 4 * 1024,
stack_size=4 * 1024,
order=90,
fap_version=(1, 2),
fap_icon="lightmeter.png",

View File

@@ -5,11 +5,11 @@ App(
entry_point="camera_app",
cdefines=["APP_CAMERA"],
requires=["gui"],
stack_size=8*1024,
stack_size=8 * 1024,
order=1,
fap_icon="icon.png",
fap_icon="icon.png",
fap_category="GPIO",
fap_description="ESP32-CAM live feed and photo capture, use left/right for orientation/mode, up/down for brightness and center for saving a screenshot. [Unplug the USB cable to test with Mayhem]",
fap_author="Z4urce",
fap_weburl="https://github.com/Z4urce/flipper-camera"
)
fap_description="ESP32-CAM live feed and photo capture, use left/right for orientation/mode, up/down for brightness and center for saving a screenshot. [Unplug the USB cable to test with Mayhem]",
fap_author="Z4urce",
fap_weburl="https://github.com/Z4urce/flipper-camera",
)

View File

@@ -1,7 +1,7 @@
App(
appid="mayhem_marauder",
name="[MAYHEM] Marauder",
fap_version=(6,4),
fap_version=(6, 4),
apptype=FlipperAppType.EXTERNAL,
entry_point="wifi_marauder_app",
requires=["gui"],
@@ -10,5 +10,5 @@ App(
fap_icon="wifi_10px.png",
fap_category="GPIO",
fap_icon_assets="assets",
fap_description="ESP32-CAM version of Marauder. Includes all functionality from the original plus some options to trigger the camera and flashlight. [Unplug the USB cable to test with Mayhem]"
fap_description="ESP32-CAM version of Marauder. Includes all functionality from the original plus some options to trigger the camera and flashlight. [Unplug the USB cable to test with Mayhem]",
)

View File

@@ -5,11 +5,11 @@ App(
entry_point="uart_echo_app",
cdefines=["APP_QRCODE"],
requires=["gui"],
stack_size=8*1024,
stack_size=8 * 1024,
order=1,
fap_icon="icon.png",
fap_category="GPIO",
fap_description="ESP32-CAM Motion detection. It generates a beep when motion is detected. Can be extended to trigger more stuff in the code. [Unplug the USB cable to test with Mayhem]",
fap_author="eried",
fap_weburl="https://flipper.ried.cl"
)
fap_icon="icon.png",
fap_category="GPIO",
fap_description="ESP32-CAM Motion detection. It generates a beep when motion is detected. Can be extended to trigger more stuff in the code. [Unplug the USB cable to test with Mayhem]",
fap_author="eried",
fap_weburl="https://flipper.ried.cl",
)

View File

@@ -5,11 +5,11 @@ App(
entry_point="uart_echo_app",
cdefines=["APP_QRCODE"],
requires=["gui"],
stack_size=8*1024,
stack_size=8 * 1024,
order=1,
fap_icon="icon.png",
fap_category="GPIO",
fap_description="ESP32-CAM simple app to start a remote camera. [Unplug the USB cable to test with Mayhem]",
fap_author="eried",
fap_weburl="https://flipper.ried.cl"
)
fap_icon="icon.png",
fap_category="GPIO",
fap_description="ESP32-CAM simple app to start a remote camera. [Unplug the USB cable to test with Mayhem]",
fap_author="eried",
fap_weburl="https://flipper.ried.cl",
)

View File

@@ -5,11 +5,11 @@ App(
entry_point="uart_echo_app",
cdefines=["APP_QRCODE"],
requires=["gui"],
stack_size=8*1024,
stack_size=8 * 1024,
order=1,
fap_icon="icon.png",
fap_category="GPIO",
fap_description="ESP32-CAM simple app to show a payload from QR codes. Can be extended to trigger more stuff in the code. [Unplug the USB cable to test with Mayhem]",
fap_author="eried",
fap_weburl="https://flipper.ried.cl"
)
fap_icon="icon.png",
fap_category="GPIO",
fap_description="ESP32-CAM simple app to show a payload from QR codes. Can be extended to trigger more stuff in the code. [Unplug the USB cable to test with Mayhem]",
fap_author="eried",
fap_weburl="https://flipper.ried.cl",
)

View File

@@ -15,5 +15,5 @@ App(
fap_description="An app to play RTTL music files",
fap_icon_assets="icons",
fap_libs=["music_worker"],
fap_file_assets="files"
fap_file_assets="files",
)

View File

@@ -18,4 +18,4 @@ App(
],
),
],
)
)

View File

@@ -4,7 +4,7 @@ App(
apptype=FlipperAppType.EXTERNAL,
entry_point="protoview_app_entry",
requires=["gui"],
stack_size=8*1024,
stack_size=8 * 1024,
order=50,
fap_icon="appicon.png",
fap_category="Sub-GHz",

View File

@@ -1,7 +1,7 @@
App(
appid="qrcode",
name="QR Code",
fap_version=(2,0),
fap_version=(2, 0),
fap_description="Display qrcodes",
fap_author="Bob Matcuk",
fap_weburl="https://github.com/bmatcuk/flipperzero-qrcode",

View File

@@ -325,7 +325,7 @@ int32_t game_reversi_app() {
furi_mutex_acquire(app_state.mutex, FuriWaitForever);
app_state.selected_menu_item = 0;
app_state.screen = AppScreenMenu;
furi_mutex_release(app_state.mutex);
view_port_update(view_port);
continue;

View File

@@ -3,7 +3,7 @@ App(
name="Solitaire",
apptype=FlipperAppType.EXTERNAL,
entry_point="solitaire_app",
requires=["gui","storage","canvas"],
requires=["gui", "storage", "canvas"],
stack_size=2 * 1024,
order=30,
fap_icon="solitaire_10px.png",
@@ -12,4 +12,4 @@ App(
fap_author="@teeebor",
fap_version="1.1",
fap_description="Solitaire game",
)
)

View File

@@ -3,7 +3,7 @@ App(
name="Sub-GHz Bruteforcer",
apptype=FlipperAppType.EXTERNAL,
entry_point="subbrute_app",
requires=["gui","dialogs"],
requires=["gui", "dialogs"],
stack_size=2 * 1024,
order=11,
fap_icon="subbrute_10px.png",

View File

@@ -1,7 +1,7 @@
App(
appid="esp32_wifi_marauder",
name="[ESP32] WiFi Marauder",
fap_version=(6,4),
fap_version=(6, 4),
apptype=FlipperAppType.EXTERNAL,
entry_point="wifi_marauder_app",
requires=["gui"],

View File

@@ -9,7 +9,7 @@
#define DOLPHIN_LOCK_EVENT_FLAG (0x1)
#define TAG "Dolphin"
#define HOURS_IN_TICKS(x) ((x) * 60 * 60 * 1000)
#define HOURS_IN_TICKS(x) ((x)*60 * 60 * 1000)
static void dolphin_update_clear_limits_timer_period(Dolphin* dolphin);

View File

@@ -104,9 +104,7 @@ class Main(App):
self.parser_packs = self.subparsers.add_parser(
"packs", help="Assemble asset packs"
)
self.parser_packs.add_argument(
"input_directory", help="Packs source directory"
)
self.parser_packs.add_argument("input_directory", help="Packs source directory")
self.parser_packs.add_argument(
"output_directory", help="Packs output directory"
)

View File

@@ -139,7 +139,10 @@ class Main(App):
SlideshowMain(no_exit=True)(
[
"-i",
str(pathlib.Path(self.args.resources) / "../../../assets/slideshow/xfwfirstboot"),
str(
pathlib.Path(self.args.resources)
/ "../../../assets/slideshow/xfwfirstboot"
),
"-o",
str(pathlib.Path(self.args.resources) / "dolphin/xfwfirstboot.bin"),
]