{% extends "layout.html" %} {% from "loading.html" import loading_block_ui %} {% block head %} {% endblock %} {% block content %}

Configure Wifi

Here you can configure how the iotbox should connect to wireless networks. Currently only Open and WPA networks are supported. When enabling the persistent checkbox, the chosen network will be saved and the iotbox will attempt to connect to it every time it boots.

ESSID
Password
Persistent
You can clear the persistent configuration
{{ loading_block_ui(loading_message) }} {% endblock %}