From 62b77ff2d7043ca412c1ec4cb094bcc5fb77a0d0 Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak <dos@dosowisko.net> Date: Fri, 20 Oct 2023 22:41:15 +0200 Subject: [PATCH] README: Update for the "menu" -> "category" rename See https://git.flow3r.garden/flow3r/flow3r-firmware/-/merge_requests/571 and https://git.flow3r.garden/flow3r/api/-/merge_requests/7 Also, document acceptable values. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da5438c..93a5245 100644 --- a/README.md +++ b/README.md @@ -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. -- GitLab