mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 15:04:19 +00:00
update changelog & docs
This commit is contained in:
parent
04f522487e
commit
293d5f722d
2 changed files with 20 additions and 6 deletions
|
@ -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`
|
||||
|
||||
|
|
|
@ -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
|
|||
<br>
|
||||
<br>
|
||||
|
||||
## 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
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
## 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)
|
||||
|
|
Loading…
Reference in a new issue