mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-20 22:00:44 +01:00
- Start an Acces Point if no wlan is configured. - Start a small flask webserver to configure the wifi.
9 lines
201 B
HTML
9 lines
201 B
HTML
{% extends 'layout.html' %}
|
|
|
|
{% block body %}
|
|
<div id="saveCredentialsOutput">
|
|
<p>Wifi connection skipped for now</p>
|
|
<p>Your device will now reboot without wifi.</p>
|
|
</div>
|
|
{% endblock %}
|