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:
@@ -18,9 +18,7 @@ Follow this link for [details](https://github.com/DarkFlippers/unleashed-firmwar
|
||||
You’ve enabled RGB backlight mod in settings made for custom RGB modded flippers. <br />
|
||||
|
||||
Please, do not use that version if your flipper isn’t 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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user