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

@@ -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 />
Please, do not use that version if your flipper isnt modded!
Disable in Settings -> Notifications -> RGB mod settings
Make sure to have System -> Debug = ON before, otherwise first option (is mod installed) will not appear
Disable in Settings -> LCD & Notifications -> RGB mod settings
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
```
### Compile everything for development
```sh
./fbt updater_package
```
### Compile everything for release + get updater package to update from microSD card
### Compile everything + get updater package to update from microSD card
```sh
./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.
### Compile everything for development
```powershell
./fbt.cmd updater_package
```
### Compile everything for release + get updater package to update from microSD card
### Compile everything + get updater package to update from microSD card
```powershell
./fbt.cmd COMPACT=1 DEBUG=0 updater_package