From 2ce8b72a1e9e094e4956c8edf71d215001e6c661 Mon Sep 17 00:00:00 2001 From: Eng1n33r <10697207+xMasterX@users.noreply.github.com> Date: Wed, 13 Jul 2022 16:52:49 +0300 Subject: [PATCH] update readme --- .drone.yml | 1 + CHANGELOG.md | 2 +- ReadMe.md | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a298864ad..2cf453436 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b9bea19..56f0975bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ReadMe.md b/ReadMe.md index 4e8adc1cc..8bfead7a5 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -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)