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

Merge remote-tracking branch 'UFW/dev' into cc1101_ext

This commit is contained in:
gid9798
2023-07-07 15:45:59 +03:00
261 changed files with 13413 additions and 1206 deletions

View File

@@ -31,6 +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
```
@@ -52,6 +55,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
```