Skip to content
Snippets Groups Projects
Commit 5d468f91 authored by rahix's avatar rahix Committed by schneider
Browse files

st3m: settings: Add setting for enabling camp wifi

parent 41920e6f
No related branches found
No related tags found
No related merge requests found
......@@ -293,10 +293,12 @@ class SettingsMenu(SimpleMenu):
# Actual tunables / settings.
onoff_camp_wifi = OnOffTunable("Connect Camp WiFi", "system.camp_wifi_enabled", False)
onoff_button_swap = OnOffTunable("Swap Buttons", "system.swap_buttons", False)
onoff_debug = OnOffTunable("Debug Overlay", "system.debug", False)
onoff_debug_touch = OnOffTunable("Touch Overlay", "system.debug_touch", False)
all_settings: List[UnaryTunable] = [
onoff_camp_wifi,
onoff_button_swap,
onoff_debug,
onoff_debug_touch,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment