got mqtt and wifi connection working reliably

This commit is contained in:
2026-03-27 16:33:49 +01:00
parent 5f49a5c1fe
commit 12873bae43
7 changed files with 139 additions and 30 deletions

View File

@@ -20,10 +20,10 @@
<label>MQTT Passwort:</label>
<input type="password" name="mqtt-password">
<br>
<label>Messfrequenz (sekunden)</label>
<label>Messfrequenz (ms)</label>
<input type="number" name="measure-frequency">
<br>
<label>Pushfrequenz (sekunden)</label>
<label>Pushfrequenz (s)</label>
<input type="number" name="push-frequency">
<br>
<input type="submit" value="Speichern">