Tidak Ada Deskripsi

Alex4386 6aa2b8460a chore: oof 1 tahun lalu
.github e58afa6bab Add build-app suffix into release 1 tahun lalu
icons 4b632c0c98 chore: implement example MTP page 1 tahun lalu
screenshots 2ce801a29e Initial 3 tahun lalu
src 6aa2b8460a chore: oof 1 tahun lalu
.gitignore f1813ba454 chore: add resources and demo app 1 tahun lalu
CHANGELOG.md f1813ba454 chore: add resources and demo app 1 tahun lalu
KICKSTART.md 7813960912 docs: add docs 1 tahun lalu
README.md 7813960912 docs: add docs 1 tahun lalu
application.fam 2b4ac9adf5 feat: implement scene manager based implementation 1 tahun lalu
icon.png f1813ba454 chore: add resources and demo app 1 tahun lalu

README.md

Flipper Zero: Application Template

How to use this template

  1. Setup the repository by clicking the Use this template button on the top of the repository. Fill in the data if needed.
  2. Update README.md's upstream url with your repository's url.
  3. Add LICENSE file with your own license.
  4. Continue on Setup Build environment.
  5. Change AppID

Build Status

Nightly Build Release Build
Nightly Build Release Build

Setup Build environment

Build Instruction

  1. Install ufbt:

    pip3 install ufbt
    
  2. Clone this repository and enter the repository root.

  3. 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
      
  4. Run ufbt in the repository root:

    ufbt
    
  5. Compiled binary is now available at ./dist/ directory.

Setup Visual Studio Code

[!WARNING] This command will overwrite your .vscode directory and .gitignore on your root directory. Make sure to backup your changes before running this command.

  1. Suppose your build environment is ready.
  2. Run ufbt vscode_dist to generate Visual Studio Code config.

What Next?

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)