mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-09 23:16:38 +02:00
add #114 ntp_server_name and port to eeprom
This commit is contained in:
parent
966a25bcd0
commit
2c177fbfa8
5 changed files with 40 additions and 7 deletions
|
@ -83,6 +83,12 @@
|
|||
<label for="rf24Power">Amplifier Power Level</label>
|
||||
<select name="rf24Power">{RF24}</select>
|
||||
|
||||
<p class="des">NTP Server</p>
|
||||
<label for="ntpAddr">NTP Server / IP</label>
|
||||
<input type="text" class="text" name="ntpAddr" value="{NTP_ADDR}"/>
|
||||
<label for="ntpPort">NTP Port</label>
|
||||
<input type="text" class="text" name="ntpPort" value="{NTP_PORT}"/>
|
||||
|
||||
<p class="des">MQTT</p>
|
||||
<label for="mqttAddr">Broker / Server IP</label>
|
||||
<input type="text" class="text" name="mqttAddr" value="{MQTT_ADDR}"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue