1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 12:42:30 +04:00

return some plugins back

This commit is contained in:
MX
2022-09-05 22:10:31 +03:00
parent 48691b2296
commit 84204a3233
6 changed files with 17 additions and 21 deletions

View File

@@ -1,13 +1,9 @@
### New changes ### New changes
* [EM4100] RFID Fuzzer / FlipFrid plugin - upgrade (by @Ganapati & some fixes by @xMasterX) (PRs #54 #55) * WAV Player, Arkanoid, TicTacToe, Barcode generator - plugins enabled and included in releases again
* Updated universal remote assets (by @Amec0e) * Debug apps disabled in release build
* Arkanoid, TicTacToe, Barcode generator plugins excluded from releases to save space, you can enable it in `applications\meta` for your builds * WAV Player moved to Games menu
* Moved Music Player to Games menu * OFW: Lib: update LFS to v2.5.0, lower update free page limit
* OFW: NFC collect params for mfkey32 attack & Fix iso14443-4 (DESFire) UID emulation
* OFW: IR CLI Decode Command
* OFW: SubGhz: add protocol Clemsa, fix decoder BETT
* OFW: LF RFID - Keri, Gallagher protocols support
* OFW: Other small changes
**Note: To avoid issues prefer installing using web updater or by self update package, all needed assets will be installed** **Note: To avoid issues prefer installing using web updater or by self update package, all needed assets will be installed**

View File

@@ -60,8 +60,8 @@ See changelog in releases for latest updates!
- ESP8266 Deauther plugin [(by SequoiaSan)](https://github.com/SequoiaSan/FlipperZero-Wifi-ESP8266-Deauther-Module) - ESP8266 Deauther plugin [(by SequoiaSan)](https://github.com/SequoiaSan/FlipperZero-Wifi-ESP8266-Deauther-Module)
- WiFi Scanner plugin [(by SequoiaSan)](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module) - WiFi Scanner plugin [(by SequoiaSan)](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module)
- MultiConverter plugin [(by theisolinearchip)](https://github.com/theisolinearchip/flipperzero_stuff) - MultiConverter plugin [(by theisolinearchip)](https://github.com/theisolinearchip/flipperzero_stuff)
- `Excluded from releases` - WAV player plugin (fixed) [(OFW: DrZlo13)](https://github.com/flipperdevices/flipperzero-firmware/tree/zlo/wav-player) - WAV player plugin (fixed) [(OFW: DrZlo13)](https://github.com/flipperdevices/flipperzero-firmware/tree/zlo/wav-player)
- `Excluded from releases` - UPC-A Barcode generator plugin [(by McAzzaMan)](https://github.com/McAzzaMan/flipperzero-firmware/tree/UPC-A_Barcode_Generator/applications/barcode_generator) - UPC-A Barcode generator plugin [(by McAzzaMan)](https://github.com/McAzzaMan/flipperzero-firmware/tree/UPC-A_Barcode_Generator/applications/barcode_generator)
- GPIO: Sentry Safe plugin [(by H4ckd4ddy)](https://github.com/H4ckd4ddy/flipperzero-sentry-safe-plugin) - GPIO: Sentry Safe plugin [(by H4ckd4ddy)](https://github.com/H4ckd4ddy/flipperzero-sentry-safe-plugin)
- ESP32: WiFi Marauder companion plugin [(by 0xchocolate)](https://github.com/0xchocolate/flipperzero-firmware-with-wifi-marauder-companion) - ESP32: WiFi Marauder companion plugin [(by 0xchocolate)](https://github.com/0xchocolate/flipperzero-firmware-with-wifi-marauder-companion)
- NRF24: Sniffer & MouseJacker (with changes) [(by mothball187)](https://github.com/mothball187/flipperzero-nrf24/tree/main/mousejacker) - NRF24: Sniffer & MouseJacker (with changes) [(by mothball187)](https://github.com/mothball187/flipperzero-nrf24/tree/main/mousejacker)
@@ -69,8 +69,8 @@ See changelog in releases for latest updates!
- UniversalRF Remix / Sub-GHz Remote [(by ESurge)](https://github.com/ESurge/flipperzero-firmware-unirfremix)[(updated and all protocol support added by darmiel & xMasterX)](https://github.com/darmiel/flipper-playlist/tree/feat/unirf-protocols) - UniversalRF Remix / Sub-GHz Remote [(by ESurge)](https://github.com/ESurge/flipperzero-firmware-unirfremix)[(updated and all protocol support added by darmiel & xMasterX)](https://github.com/darmiel/flipper-playlist/tree/feat/unirf-protocols)
- Tetris (with fixes) [(by jeffplang)](https://github.com/jeffplang/flipperzero-firmware/tree/tetris_game/applications/tetris_game) - Tetris (with fixes) [(by jeffplang)](https://github.com/jeffplang/flipperzero-firmware/tree/tetris_game/applications/tetris_game)
- Spectrum Analyzer (with changes) [(by jolcese)](https://github.com/jolcese/flipperzero-firmware/tree/spectrum/applications/spectrum_analyzer) - [Ultra Narrow mode & scan channels non-consecutively](https://github.com/theY4Kman/flipperzero-firmware/commits?author=theY4Kman) - Spectrum Analyzer (with changes) [(by jolcese)](https://github.com/jolcese/flipperzero-firmware/tree/spectrum/applications/spectrum_analyzer) - [Ultra Narrow mode & scan channels non-consecutively](https://github.com/theY4Kman/flipperzero-firmware/commits?author=theY4Kman)
- `Excluded from releases` - Arkanoid (with fixes) [(by gotnull)](https://github.com/gotnull/flipperzero-firmware-wPlugins) - Arkanoid (with fixes) [(by gotnull)](https://github.com/gotnull/flipperzero-firmware-wPlugins)
- `Excluded from releases` - Tic Tac Toe (with fixes) [(by gotnull)](https://github.com/gotnull/flipperzero-firmware-wPlugins) - Tic Tac Toe (with fixes) [(by gotnull)](https://github.com/gotnull/flipperzero-firmware-wPlugins)
### Other changes ### Other changes

View File

@@ -46,8 +46,9 @@ App(
provides=[ provides=[
"snake_game", "snake_game",
"tetris_game", "tetris_game",
#"arkanoid_game", "arkanoid_game",
#"tictactoe_game", "tictactoe_game",
"wav_player",
], ],
) )
@@ -68,14 +69,13 @@ App(
apptype=FlipperAppType.METAPACKAGE, apptype=FlipperAppType.METAPACKAGE,
provides=[ provides=[
"picopass", "picopass",
#"barcode_generator", "barcode_generator",
"mouse_jacker", "mouse_jacker",
"nrf_sniff", "nrf_sniff",
"sentry_safe", "sentry_safe",
"wifi_marauder", "wifi_marauder",
"esp8266_deauth", "esp8266_deauth",
"wifi_scanner", "wifi_scanner",
#"wav_player",
"multi_converter", "multi_converter",
"flipfrid", "flipfrid",
], ],

View File

@@ -10,7 +10,7 @@ App(
], ],
provides=["music_player_start"], provides=["music_player_start"],
stack_size=2 * 1024, stack_size=2 * 1024,
order=40, order=45,
) )
App( App(

View File

@@ -1,9 +1,9 @@
App( App(
appid="wav_player", appid="wav_player",
name="WAV Player", name="WAV Player",
apptype=FlipperAppType.PLUGIN, apptype=FlipperAppType.GAME,
entry_point="wav_player_app", entry_point="wav_player_app",
cdefines=["APP_WAV_PLAYER"], cdefines=["APP_WAV_PLAYER"],
stack_size=4 * 1024, stack_size=4 * 1024,
order=21, order=46,
) )

View File

@@ -86,7 +86,7 @@ FIRMWARE_APPS = {
# Custom Games # Custom Games
"custom_games", "custom_games",
# Debug # Debug
"debug_apps", #"debug_apps",
], ],
"unit_tests": [ "unit_tests": [
"basic_services", "basic_services",