mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-19 20:34:19 -07:00
@@ -212,6 +212,8 @@ $ ./fbt plugin_dist
|
||||
- [Ceasar Cipher (By panki27)](https://github.com/panki27/caesar-cipher)
|
||||
- [Clock/Stopwatch (By CompaqDisc, Stopwatch & Sound Alert By RogueMaster)](https://gist.github.com/CompaqDisc/4e329c501bd03c1e801849b81f48ea61) [12/24HR (By non-bin)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/254) [Refactoring (By GMMan)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/256)
|
||||
- [DAP Link (By DrZlo13)[OFW]](https://github.com/flipperdevices/flipperzero-firmware/pull/1897)
|
||||
- [DSTIKE Deauther (By SequoiaSan)](https://github.com/SequoiaSan/FlipperZero-Wifi-ESP8266-Deauther-Module/tree/FlipperZero-Module-v2/FlipperZeroModule/FlipperZero-ESP8266-Deauth-App) `Req: ESP8266`
|
||||
- [Deauther PWNDTOOLS V2.6.0 (By HEX0DAYS)](https://github.com/HEX0DAYS/FlipperZero-PWNDTOOLS) `Req: ESP8266` [Original](https://github.com/SpacehuhnTech/esp8266_deauther)
|
||||
- [Dolphin Backup (By nminaylov)[OFW]](https://github.com/flipperdevices/flipperzero-firmware/pull/1384) Modified by RogueMaster
|
||||
- [Dolphin Restorer (By nminaylov)](https://github.com/flipperdevices/flipperzero-firmware/pull/1384) Cloned by RogueMaster
|
||||
- [DTMF Dolphin (By litui)](https://github.com/litui/dtmf_dolphin)
|
||||
@@ -244,8 +246,7 @@ $ ./fbt plugin_dist
|
||||
- [UPC-A Generator (By McAzzaMan)](https://github.com/McAzzaMan/flipperzero-firmware/tree/UPC-A_Barcode_Generator/applications/barcode_generator)
|
||||
- [USB Keyboard (By huuck)](https://github.com/huuck/FlipperZeroUSBKeyboard)
|
||||
- [WAV Player (By DrZlo13)](https://github.com/flipperdevices/flipperzero-firmware/tree/zlo/wav-player) Updated by Atmanos & RogueMaster To Work
|
||||
- [WiFi (Deauther) V1 (By SequoiaSan)](https://github.com/SequoiaSan/FlipperZero-Wifi-ESP8266-Deauther-Module/tree/FlipperZero-Module-v2/FlipperZeroModule/FlipperZero-ESP8266-Deauth-App) `Req: ESP8266` [Original](https://github.com/SpacehuhnTech/esp8266_deauther)
|
||||
- [WiFi (Deauther) V2.6.0 (By HEX0DAYS)](https://github.com/HEX0DAYS/FlipperZero-PWNDTOOLS) [WiFi (Deauther) V2 (By Timmotools)](https://github.com/Timmotools/flipperzero_esp8266_deautherv2) `Req: ESP8266`
|
||||
- [WiFi (Deauther) (By Timmotools)](https://github.com/Timmotools/flipperzero_esp8266_deautherv2) `Req: ESP8266`
|
||||
- [WiFi (Marauder) (By 0xchocolate)](https://github.com/0xchocolate/flipperzero-firmware-with-wifi-marauder-companion) `Req: ESP32 WITH MARAUDER FLASHED`
|
||||
- [WiFi Scanner v.0.4 (By SequoiaSan)](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module-ESP8266) `Req: ESP8266 or ESP32`
|
||||
</details>
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
App(
|
||||
appid="ESP8266_Deauther",
|
||||
name="[ESP8266] Deauther",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="esp8266_deauth_app",
|
||||
cdefines=["APP_ESP8266_deauth"],
|
||||
requires=["gui"],
|
||||
stack_size=2 * 1024,
|
||||
order=20,
|
||||
fap_icon="wifi_10px.png",
|
||||
fap_category="GPIO",
|
||||
)
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -1,12 +1,12 @@
|
||||
App(
|
||||
appid="ESP8266_Wifi_Deauther",
|
||||
name="[ESP8266] WiFi (Deauther)",
|
||||
appid="ESP8266_Wifi_Deauther_V2",
|
||||
name="[ESP8266] WiFi (Deauther) V2",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="esp8266_deauth_app",
|
||||
cdefines=["APP_ESP8266_deauth"],
|
||||
entry_point="wifi_deauther_app",
|
||||
cdefines=["APP_WIFI_deauther"],
|
||||
requires=["gui"],
|
||||
stack_size=2 * 1024,
|
||||
order=20,
|
||||
stack_size=1 * 1024,
|
||||
order=30,
|
||||
fap_icon="wifi_10px.png",
|
||||
fap_category="GPIO",
|
||||
)
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
App(
|
||||
appid="ESP8266_Wifi_Deauther_V2",
|
||||
name="[ESP8266] WiFi (Deauther) V2",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="wifi_deauther_app",
|
||||
cdefines=["APP_WIFI_deauther"],
|
||||
requires=["gui"],
|
||||
stack_size=1 * 1024,
|
||||
order=30,
|
||||
fap_icon="wifi_10px.png",
|
||||
fap_category="GPIO",
|
||||
)
|
||||
Reference in New Issue
Block a user