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

Merge branch 'wifi-free-zone' into 'main'

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

See merge request flow3r/flow3r-apps!124
parents 858b8116 f6c36b6a
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