From 293d5f722d12801e1f0d990016daca1788e387c5 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Fri, 26 Aug 2022 20:15:15 +0300 Subject: [PATCH] update changelog & docs --- CHANGELOG.md | 8 ++++---- documentation/HowToInstall.md | 18 ++++++++++++++++-- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 872bf8654..980949e70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,18 @@ ### New changes * UniRF (Sub-GHz Remote) - All protocols support, long button press support (by @darmiel & @xMasterX) (PR #47) +* Universal remote for Fans, new buttons for universal AC remote, icons by @Svaarich * Frequency Analyzer feedback modes (by @darmiel) (PR #49) * RFID EM4100 Fuzzer plugin (by @Ganapati & some fixes by @xMasterX) (PR #48) * Updated universal remote assets (by @Amec0e) -* New UniRF Animated icon (by @Svaarich) +* New UniRF Animated icon & New Spectrum Analyzer icon (by @Svaarich) * Fixed Keeloq seed display +* OFW: nfc: Change furi_assert to furi_crash for default switch cases * OFW: SubGhz: fix CAME, Chamberlain protocol * OFW: LFRFID RC fixes **Note: Prefer installing using web updater or by self update package, all needed assets will be installed** -**Build naming has been changed - all same as before but `cg - codegrabber` changed to `un - unleashed`** - -Self-update package (update from microSD) - `flipper-z-f7-update-(version).zip` +Self-update package (update from microSD) - `flipper-z-f7-update-(version).zip` or `.tgz` for iOS mobile app DFU for update using qFlipper - `flipper-z-f7-full-(version).dfu` diff --git a/documentation/HowToInstall.md b/documentation/HowToInstall.md index 956b8ef65..18021418b 100644 --- a/documentation/HowToInstall.md +++ b/documentation/HowToInstall.md @@ -13,7 +13,7 @@ ## With Web Updater -- Be sure you updated to latest official release before, and verify that microSD card is installed +- Be sure you updated to latest official release before(if installing for the first time), and verify that microSD card is installed - Open latest release page - [Releases](https://github.com/Eng1n33r/flipperzero-firmware/releases/latest) - Connect your device and select `Install via Web Updater` after that on web updater page - press `Connect` button @@ -25,6 +25,20 @@ after that on web updater page - press `Connect` button

+## With iOS mobile app + +- Be sure you updated to latest official release before(if installing for the first time), and verify that microSD card is installed +- Open latest release page - [Releases](https://github.com/Eng1n33r/flipperzero-firmware/releases/latest) +- Download `flipper-z-f7-update-(version).tgz` +- Open downloads in ios Files app, select downloaded `.tgz` file, click Share, select Flipper App +- In flipper app click green `Update` button, be sure it shows `Custom flipper-z-f7-update...` in Update Channel +- Wait until update is finished +- And if all flashed successfully - you will have all needed assets pre installed +- Done + +
+
+ ## With offline update on flipper ### **Replace (CURRENT VERSION) with version that you downloaded from releases** @@ -76,4 +90,4 @@ then select **`flipper-z-f7-full-(CURRENT VERSION).dfu`** - ## [Read instructions how to use plugins and more](https://github.com/Eng1n33r/flipperzero-firmware#instructions) -- ## [How To: Configure UniversalRF Remix App](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/UniRFRemix.md) +- ## [How To: Configure Sub-GHz Remote App](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/SubGHzRemotePlugin.md)