1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

upd changelog and docs

This commit is contained in:
MX
2025-04-18 01:06:10 +03:00
parent 1d4db1ee2c
commit 3fd059a45f
3 changed files with 6 additions and 18 deletions

View File

@@ -7,9 +7,9 @@
* SubGHz: **Came Atomo button hold simulation with full cycle** simulation (to allow proper pairing with receiver) * SubGHz: **Came Atomo button hold simulation with full cycle** simulation (to allow proper pairing with receiver)
* SubGHz: Add **Prastel (42bit static code)** support (OFW PR 4178 by @pmazzini) * SubGHz: Add **Prastel (42bit static code)** support (OFW PR 4178 by @pmazzini)
* Desktop: **Add support for Favorite App - Ok Long** (Warning! Old favourites apps list will be reset!) (PR #886 | by @DrEverr) * Desktop: **Add support for Favorite App - Ok Long** (Warning! Old favourites apps list will be reset!) (PR #886 | by @DrEverr)
* Display: **LCD Color Inversion** (Settings - LCD and Notifications - LCD inversion.) (PR #887 #893 | by @Dmitry422) * Display: **LCD Color Inversion** (Settings - LCD and Notifications - LCD Inversion) (PR #887 #893 | by @Dmitry422)
* Display: **Night Shift Feature** (dimming backlight in selected time interval) (PR #885 | by @Dmitry422) * Display: **Night Shift Feature** (dimming backlight in selected time interval) (PR #885 | by @Dmitry422)
* Display: **Сombining RGB Backlight mod** (by @quen0n) and original backlight support **in one firmware** (+ Rainbow/Wave effect (based on @Willy-JL idea)) (PR #877 #881 #890 | by @Dmitry422) - (**To enable RGB Backlight support go into Notifications settings with Debug mode - ON**) * Display: **Сombining RGB Backlight mod** (by @quen0n) and original backlight support **in one firmware** (+ Rainbow/Wave effect (based on @Willy-JL idea)) (PR #877 #881 #890 | by @Dmitry422) - (**To enable RGB Backlight support go into Notifications settings**)
* NFC: Use default UL/UL-C pwd/key as default value for key input (PR #891 | by @mishamyte) * NFC: Use default UL/UL-C pwd/key as default value for key input (PR #891 | by @mishamyte)
* OFW: LFRFID - **EM4305 support** * OFW: LFRFID - **EM4305 support**
* OFW: **Universal IR signal selection** * OFW: **Universal IR signal selection**
@@ -134,7 +134,7 @@ What build I should download and what this name means - `flipper-z-f7-update-(ve
| `c` | | | | `c` | | |
| `e` | ✅ | ✅ | | `e` | ✅ | ✅ |
**To enable RGB Backlight support go into Notifications settings with Debug mode = ON** **To enable RGB Backlight support go into LCD & Notifications settings**
RGB backlight [hardware mod](https://github.com/quen0n/flipperzero-firmware-rgb#readme), works only on modded flippers! do not enable on non modded device! RGB backlight [hardware mod](https://github.com/quen0n/flipperzero-firmware-rgb#readme), works only on modded flippers! do not enable on non modded device!

View File

@@ -18,9 +18,7 @@ Follow this link for [details](https://github.com/DarkFlippers/unleashed-firmwar
Youve enabled RGB backlight mod in settings made for custom RGB modded flippers. <br /> Youve enabled RGB backlight mod in settings made for custom RGB modded flippers. <br />
Please, do not use that version if your flipper isnt modded! Please, do not use that version if your flipper isnt modded!
Disable in Settings -> Notifications -> RGB mod settings Disable in Settings -> LCD & Notifications -> RGB mod settings
Make sure to have System -> Debug = ON before, otherwise first option (is mod installed) will not appear
If you have RGB backlight mod do the same but enable the mod instead If you have RGB backlight mod do the same but enable the mod instead

View File

@@ -29,13 +29,8 @@ Check out `documentation/fbt.md` for details on building and flashing firmware.
./fbt COMPACT=1 DEBUG=0 launch_app APPSRC=applications_user/yourplugin ./fbt COMPACT=1 DEBUG=0 launch_app APPSRC=applications_user/yourplugin
``` ```
### Compile everything for development
```sh ### Compile everything + get updater package to update from microSD card
./fbt updater_package
```
### Compile everything for release + get updater package to update from microSD card
```sh ```sh
./fbt COMPACT=1 DEBUG=0 updater_package ./fbt COMPACT=1 DEBUG=0 updater_package
@@ -49,13 +44,8 @@ Use `flipper-z-{target}-update-{suffix}.tgz` to flash your device.
Check out `documentation/fbt.md` for details on building and flashing firmware. Check out `documentation/fbt.md` for details on building and flashing firmware.
### Compile everything for development
```powershell ### Compile everything + get updater package to update from microSD card
./fbt.cmd updater_package
```
### Compile everything for release + get updater package to update from microSD card
```powershell ```powershell
./fbt.cmd COMPACT=1 DEBUG=0 updater_package ./fbt.cmd COMPACT=1 DEBUG=0 updater_package