mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
21 lines
503 B
Plaintext
21 lines
503 B
Plaintext
# COMPILE ISTRUCTIONS:
|
|
|
|
# Clean the code and remove old binaries/compilation artefact
|
|
# ./fbt -c fap_rubiks_cube_scrambler
|
|
|
|
# Compile FAP
|
|
# ./fbt fap_rubiks_cube_scrambler
|
|
|
|
# Run application directly inside the Flip.x0
|
|
# ./fbt launch_app APPSRC=rubiks_cube_scrambler
|
|
|
|
App(
|
|
appid="Rubiks_Cube_Scrambler",
|
|
name="Rubik's Cube Scrambler",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="rubiks_cube_scrambler_main",
|
|
stack_size=1 * 1024,
|
|
fap_category="Misc",
|
|
fap_icon="cube.png",
|
|
)
|