Skip to content
Snippets Groups Projects
Verified Commit 62b77ff2 authored by dos's avatar dos
Browse files

README: Update for the "menu" -> "category" rename

See flow3r-firmware!571
and api!7

Also, document acceptable values.
parent f252fc8c
No related branches found
No related tags found
1 merge request!128README: Update for the "menu" -> "category" rename
......@@ -39,7 +39,13 @@ increase the `metadata.version` field in `flow3r.toml`. The commit where the
# The name of your app as displayed in the menu
name = "Rahix' Nick"
# The submenu where your app should appear
# The submenu where your app should appear.
# One of: "Badge", "Music", "Media", "Apps", "Games"
category = "Badge"
# OPTIONAL: Same as above, for compatibility with older firmware
# versions that can't handle categories introduced afterwards.
# One of: "Badge", "Music", "Apps"
menu = "Badge"
# OPTIONAL: If your app prefers wifi to be off or on when entering.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment