Willy-JL 2 tahun lalu
induk
melakukan
aab807ae76

+ 2 - 2
2048/application.fam

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

+ 2 - 2
blackjack/application.fam

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

+ 1 - 1
bomberduck/application.fam

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

+ 16 - 16
esp_flasher/application.fam

@@ -1,7 +1,7 @@
 App(
 App(
     appid="esp_flasher",
     appid="esp_flasher",
     name="[ESP] ESP Flasher",
     name="[ESP] ESP Flasher",
-    fap_version=(1,2),
+    fap_version=(1, 2),
     apptype=FlipperAppType.EXTERNAL,
     apptype=FlipperAppType.EXTERNAL,
     entry_point="esp_flasher_app",
     entry_point="esp_flasher_app",
     requires=["gui"],
     requires=["gui"],
@@ -11,21 +11,21 @@ App(
     fap_icon="wifi_10px.png",
     fap_icon="wifi_10px.png",
     fap_category="GPIO",
     fap_category="GPIO",
     fap_private_libs=[
     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"],
     cdefines=["SERIAL_FLASHER_INTERFACE_UART=1"],
     fap_icon_assets="assets",
     fap_icon_assets="assets",
 )
 )

+ 2 - 2
evil_portal/application.fam

@@ -8,8 +8,8 @@ App(
     stack_size=1 * 1024,
     stack_size=1 * 1024,
     order=90,
     order=90,
     resources="resources",
     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_assets="icons",
     fap_icon="icons/evil_portal_10px.png",
     fap_icon="icons/evil_portal_10px.png",
     fap_category="WiFi",
     fap_category="WiFi",

+ 5 - 5
flizzer_tracker/application.fam

@@ -6,11 +6,11 @@ App(
     cdefines=["APP_FLIZZER_TRACKER"],
     cdefines=["APP_FLIZZER_TRACKER"],
     stack_size=2 * 1024,
     stack_size=2 * 1024,
     order=90,
     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_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",
     fap_category="Media",
 )
 )

+ 1 - 1
lightmeter/application.fam

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

+ 6 - 6
mayhem_camera/application.fam

@@ -5,11 +5,11 @@ App(
     entry_point="camera_app",
     entry_point="camera_app",
     cdefines=["APP_CAMERA"],
     cdefines=["APP_CAMERA"],
     requires=["gui"],
     requires=["gui"],
-    stack_size=8*1024,
+    stack_size=8 * 1024,
     order=1,
     order=1,
-	fap_icon="icon.png",
+    fap_icon="icon.png",
     fap_category="GPIO",
     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",
+)

+ 2 - 2
mayhem_marauder/application.fam

@@ -1,7 +1,7 @@
 App(
 App(
     appid="mayhem_marauder",
     appid="mayhem_marauder",
     name="[MAYHEM] Marauder",
     name="[MAYHEM] Marauder",
-    fap_version=(6,4),
+    fap_version=(6, 4),
     apptype=FlipperAppType.EXTERNAL,
     apptype=FlipperAppType.EXTERNAL,
     entry_point="wifi_marauder_app",
     entry_point="wifi_marauder_app",
     requires=["gui"],
     requires=["gui"],
@@ -10,5 +10,5 @@ App(
     fap_icon="wifi_10px.png",
     fap_icon="wifi_10px.png",
     fap_category="GPIO",
     fap_category="GPIO",
     fap_icon_assets="assets",
     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]",
 )
 )

+ 7 - 7
mayhem_motion/application.fam

@@ -5,11 +5,11 @@ App(
     entry_point="uart_echo_app",
     entry_point="uart_echo_app",
     cdefines=["APP_QRCODE"],
     cdefines=["APP_QRCODE"],
     requires=["gui"],
     requires=["gui"],
-    stack_size=8*1024,
+    stack_size=8 * 1024,
     order=1,
     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",
+)

+ 7 - 7
mayhem_nannycam/application.fam

@@ -5,11 +5,11 @@ App(
     entry_point="uart_echo_app",
     entry_point="uart_echo_app",
     cdefines=["APP_QRCODE"],
     cdefines=["APP_QRCODE"],
     requires=["gui"],
     requires=["gui"],
-    stack_size=8*1024,
+    stack_size=8 * 1024,
     order=1,
     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",
+)

+ 7 - 7
mayhem_qrcode/application.fam

@@ -5,11 +5,11 @@ App(
     entry_point="uart_echo_app",
     entry_point="uart_echo_app",
     cdefines=["APP_QRCODE"],
     cdefines=["APP_QRCODE"],
     requires=["gui"],
     requires=["gui"],
-    stack_size=8*1024,
+    stack_size=8 * 1024,
     order=1,
     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",
+)

+ 1 - 1
music_player/application.fam

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

+ 1 - 1
nrf24batch/application.fam

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

+ 1 - 1
protoview/application.fam

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

+ 1 - 1
qrcode/application.fam

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

+ 1 - 1
reversi/game_reversi.c

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

+ 2 - 2
solitaire/application.fam

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

+ 2 - 2
subghz_bruteforcer/application.fam

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

+ 1 - 1
wifi_marauder_companion/application.fam

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