1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-20 22:00:44 +01:00
Peter Steenbergen 34a89c5541 MycroftOS: Implementation of MycroftOS-WiFiSetup system.
- Start an Acces Point if no wlan is configured.
- Start a small flask webserver to configure the wifi.
2019-12-29 14:03:51 +01:00

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 %}