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

remove debug pack for now, fw should fit in debug

This commit is contained in:
MX
2023-07-10 17:10:43 +03:00
parent bb7ffd6ff5
commit dab2e6e39c
3 changed files with 10 additions and 27 deletions

View File

@@ -31,11 +31,9 @@ Check out `documentation/fbt.md` for details on building and flashing firmware.
### Compile everything for development
Edit this file to enable/disable Main apps that you need in DEBUG mode, flash space doesn't allows us to fit them all in DEBUG currently
- `applications/main/application.fam`
```sh
./fbt FIRMWARE_APP_SET=debug_pack updater_package
./fbt updater_package
```
### Compile everything for release + get updater package to update from microSD card
@@ -55,11 +53,9 @@ Check out `documentation/fbt.md` for details on building and flashing firmware.
### Compile everything for development
Edit this file to enable/disable Main apps that you need in DEBUG mode, flash space doesn't allows us to fit them all in DEBUG currently
- `applications/main/application.fam`
```sh
./fbt.cmd FIRMWARE_APP_SET=debug_pack updater_package
./fbt.cmd updater_package
```
### Compile everything for release + get updater package to update from microSD card