|
|
1 год назад | |
|---|---|---|
| .github | 1 год назад | |
| icons | 1 год назад | |
| screenshots | 3 лет назад | |
| src | 1 год назад | |
| .gitignore | 1 год назад | |
| CHANGELOG.md | 1 год назад | |
| KICKSTART.md | 1 год назад | |
| README.md | 1 год назад | |
| application.fam | 1 год назад | |
| icon.png | 1 год назад |
Use this template button on the top of the repository. Fill in the data if needed.README.md's upstream url with your repository's url.LICENSE file with your own license.AppID| Nightly Build | Release Build |
|---|---|
Install ufbt:
pip3 install ufbt
Clone this repository and enter the repository root.
Run ufbt update to update the SDK for your flipper
If you are using custom firmware, You should switch SDK. Here is the example for unleashed firmware:
ufbt update --index-url=https://up.unleashedflip.com/directory.json
If you want to use different release channel, You can run update to that channel too. Here is the example for dev channel (dev, rc, release are supported):
ufbt update --channel=dev
Run ufbt in the repository root:
ufbt
Compiled binary is now available at ./dist/ directory.
[!WARNING] This command will overwrite your
.vscodedirectory and.gitignoreon your root directory. Make sure to backup your changes before running this command.
ufbt vscode_dist to generate Visual Studio Code config.See KICKSTART.md to see how to start building and setting up the repo for the first time! (This includes changing AppID and required steps to make your app WORK)