mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
update readme
This commit is contained in:
parent
b95d3a5240
commit
2ce8b72a1e
3 changed files with 4 additions and 2 deletions
|
@ -33,6 +33,7 @@ steps:
|
|||
- cp assets/resources/subghz/assets/universal_rf_map sd-card/subghz/assets/universal_rf_map
|
||||
- cp assets/resources/subghz/assets/setting_user sd-card/subghz/assets/setting_user
|
||||
- cp assets/resources/nfc/assets/mf_classic_dict.nfc sd-card/nfc/assets/mf_classic_dict.nfc
|
||||
- cp assets/resources/infrared/assets/tv.ir sd-card/infrared/assets/tv.ir
|
||||
- cp assets/resources/Manifest sd-card/Manifest
|
||||
- zip -r artifacts-default/sd-card-${DRONE_TAG}.zip sd-card
|
||||
- rm -rf sd-card
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
### New Update
|
||||
* Update screen after sending signal in SubGhz received signals scene
|
||||
* Recompiled Universal Remote for ALL buttons (see PR #29)
|
||||
* Recompiled Universal Remote for ALL buttons (may cause freeze while bruteforcing for 5-10sec, its ok) (see PR #29)
|
||||
* OFW: Add a FORCE=1(env var) to flash every build
|
||||
* OFW: nfc: fix exit after emulation
|
||||
#### Previous changes
|
||||
|
|
|
@ -31,6 +31,7 @@ Our Discord Community:
|
|||
* Custom plugins and games included
|
||||
* Extra SubGhz frequencies + extra mifare classic keys
|
||||
* Picopass/iClass plugin is included in releases
|
||||
* Recompiled IR TV Universal Remote for ALL buttons
|
||||
* Other small fixes and changes
|
||||
|
||||
See changelog in releases for latest updates!
|
||||
|
@ -46,7 +47,7 @@ See changelog in releases for latest updates!
|
|||
### Apps included:
|
||||
|
||||
- Clock/Stopwatch [(By CompaqDisc, Stopwatch & Sound Alert By RogueMaster)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/unleashed/applications/clock_app/clock_app.c)
|
||||
- UniversalRF Remix [(By ESurge)(Original UniversalRF By jimilinuxguy)](https://github.com/ESurge/flipperzero-firmware-unirfremix)
|
||||
- UniversalRF Remix (only RAW subghz files) [(By ESurge)(Original UniversalRF By jimilinuxguy)](https://github.com/ESurge/flipperzero-firmware-unirfremix)
|
||||
- Tetris [(By jeffplang)](https://github.com/jeffplang/flipperzero-firmware/tree/tetris_game/applications/tetris_game)
|
||||
- Spectrum Analyzer [(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)
|
||||
- Arkanoid [(By gotnull)](https://github.com/gotnull/flipperzero-firmware-wPlugins)
|
||||
|
|
Loading…
Reference in a new issue