module documentation

WiFi Settings - Configure WiFi settings.

Function run Run the app and handle menu input.
Function start Start the app and build the WiFi settings menu.
Function stop Stop the app and clean up.
Variable _settings_menu Undocumented
Variable _settings_menu_index Undocumented
Variable _settings_textbox Undocumented
Variable _text_visible Undocumented
def run(view_manager):

Run the app and handle menu input.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
def start(view_manager) -> bool:

Start the app and build the WiFi settings menu.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
Returns
boolTrue if the app started.
def stop(view_manager):

Stop the app and clean up.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
_settings_menu =

Undocumented

_settings_menu_index: int =

Undocumented

_settings_textbox =

Undocumented

_text_visible: bool =

Undocumented