Skip to content
Snippets Groups Projects
Commit f6c36b6a authored by ave's avatar ave
Browse files

README.md: Change toml format to mention the optional preferred wifi state

parent 350f6916
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,11 @@ name = "Rahix' Nick" ...@@ -42,6 +42,11 @@ name = "Rahix' Nick"
# The submenu where your app should appear # The submenu where your app should appear
menu = "Badge" menu = "Badge"
# OPTIONAL: If your app prefers wifi to be off or on when entering.
# Useful if you want more resources (false) or need wifi (true).
# Remove if you don't want to change wifi state!
wifi_preference = false
[entry] [entry]
# The name of your entry point `Application` class # The name of your entry point `Application` class
class = "NickApp" class = "NickApp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment