From f6c36b6a5ad3f0c153628f853dbcf12f8defb16c Mon Sep 17 00:00:00 2001 From: ave <flow3r@ave.zone> Date: Sat, 26 Aug 2023 22:51:05 +0000 Subject: [PATCH] README.md: Change toml format to mention the optional preferred wifi state --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a4afeae..da5438c 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,11 @@ name = "Rahix' Nick" # The submenu where your app should appear 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] # The name of your entry point `Application` class class = "NickApp" -- GitLab