mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-22 12:33:11 +00:00
update docs & changelog
This commit is contained in:
parent
672e27f258
commit
a8db46124e
3 changed files with 25 additions and 13 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,19 +1,15 @@
|
|||
### New changes
|
||||
* PR: Added 868.95 MHz into subghz user config (PR 71 by TasyDevilsky)
|
||||
* Lower framerate in custom anim to save a bit of battery charge
|
||||
* Removed unused icon from OFW PR 1533, fixed unirf icon name, updated api symbols (version is 3.0)
|
||||
* OFW: NFC user dict list, delete, and de-duplication. (OFW PR 1533)
|
||||
* OFW: Add new russian transport card parsers (OFW PR 1503)
|
||||
* OFW: SubGhz: Oregon v2.1 decoder (OFR PR 1678)
|
||||
* OFW: Show error popup when NFC chip is not init/disconnected (OFW PR 1722)
|
||||
* PR: Allow running apps from Archive app (also allows adding them to Favourites) (PR 72 by RogueMaster) (new icon by @Svaarich)
|
||||
|
||||
#### **DFU files no longer included in releases to avoid issues with wrong manual installation of assets - use web updater or microSD update package**
|
||||
#### **DFU files no longer included in releases to avoid issues with wrong manual installation of assets - use .tgz file with qFlipper, or install automatically via web updater or use microSD update package**
|
||||
|
||||
[- How to install](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/HowToInstall.md)
|
||||
|
||||
**Note: To avoid issues prefer installing using web updater or by self update package, all needed assets will be installed**
|
||||
[- Download qFlipper 1.2.0-rc1 (allows .tgz installation) (official link)](https://update.flipperzero.one/builds/qFlipper/1.2.0-rc1/)
|
||||
|
||||
Self-update package (update from microSD) - `flipper-z-f7-update-(version).zip` or `.tgz` for iOS mobile app
|
||||
**Note: To avoid issues with .dfu, prefer installing using .tgz with qFlipper, web updater or by self update package, all needed assets will be installed**
|
||||
|
||||
DFU for update using qFlipper is no longer included in releases to avoid issues with assets - Use Web Updater or self-update package!
|
||||
Self-update package (update from microSD) - `flipper-z-f7-update-(version).zip` or download `.tgz` for iOS mobile app / qFlipper
|
||||
|
||||
Update using qFlipper (1.2.0-rc1) is now possible with `.tgz` update package! Also you can use Web Updater or self-update package.
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ See changelog in releases for latest updates!
|
|||
- Keeloq [Not ALL systems supported yet!]
|
||||
- Nice Flor S
|
||||
- Security+ v1 & v2
|
||||
- Star Line
|
||||
- Star Line (saving only)
|
||||
|
||||
## Support us so we can buy equipment and develop new features
|
||||
* ETH/BSC/ERC20-Tokens: `0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a`
|
||||
|
@ -87,7 +87,6 @@ Games:
|
|||
- BadUSB -> Keyboard layouts [(by rien > dummy-decoy)](https://github.com/dummy-decoy/flipperzero-firmware/tree/dummy_decoy/bad_usb_keyboard_layout)
|
||||
- SubGHz -> New frequency analyzer - [(by ClusterM)](https://github.com/ClusterM)
|
||||
- SubGHz -> Detect RAW feature - [(by perspecdev)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/152)
|
||||
- SubGHz -> Save last used config settings - [(by derskythe)](https://github.com/Eng1n33r/flipperzero-firmware/pull/67)
|
||||
|
||||
# Instructions
|
||||
## [- How to install firmware](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/HowToInstall.md)
|
||||
|
|
|
@ -40,6 +40,23 @@ after that on web updater page - press `Connect` button
|
|||
- And if all flashed successfully - you will have all needed assets pre installed
|
||||
- Done
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
## With qFlipper (1.2.0-rc1)
|
||||
|
||||
- Download qFlipper that allows `.tgz` installation [Download qFlipper 1.2.0-rc1 (official link)](https://update.flipperzero.one/builds/qFlipper/1.2.0-rc1/)
|
||||
- Be sure you updated to latest official release before(only 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`
|
||||
- Launch qFlipper
|
||||
- Connect your device and select `Install from file`
|
||||
- Select `flipper-z-f7-update-(version).tgz` that you downloaded
|
||||
- Update will start
|
||||
- And wait, if all flashed successfully - you will have all needed assets pre installed
|
||||
- Done
|
||||
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
|
Loading…
Reference in a new issue