Skip to content

Commit

Permalink
docs: update docs to update APP_NAME for FURI_LOG_I
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 committed Nov 29, 2024
1 parent ccf67e5 commit dd65dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Here are the few stuff to get started!
3. Open [./src/scenes/about/main.c](src/scenes/about/main.c).
4. Update `#include <demo_app_icons.h>` into `#include <{app_id}_icons.h>`.
If there is intelliSense error for missing variable, try rebuilding application.
5. For easier debugging, change `APP_NAME` in [./src/main.h](src/main.h) to your own.

## Developer Resources

Expand Down

0 comments on commit dd65dbe

Please sign in to comment.