Skip to content

Commit 710f300

Browse files
committed
Web Config: Move tcpWiFiTypeDropdown location
1 parent 2b2921e commit 710f300

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

Firmware/RTK_Everywhere/AP-Config/index.html

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,6 +1637,17 @@
16371637
<span class="icon-info-circle text-primary ms-2"></span>
16381638
</span>
16391639
</div>
1640+
<div id="tcpWiFiTypeDropdown" class="mt-3">
1641+
<label for="tcpOverWiFiStation">TCP Server Connection: </label>
1642+
<select name="tcpWiFiType" id="tcpOverWiFiStation" class="form-dropdown">
1643+
<option value="1">WiFi</option>
1644+
<option value="0">AP</option>
1645+
</select>
1646+
<span class="tt" data-bs-placement="right"
1647+
title="In WiFi mode, the device will attempt to connect to local WiFi to broadcast TCP packets. In AP mode, the device will become an Access Point that devices can connect to over WiFi.">
1648+
<span class="icon-info-circle text-primary ms-2"></span>
1649+
</span>
1650+
</div>
16401651
</div>
16411652
<div class="form-group row">
16421653
<p id="enableTcpServerError" class="inlineError"></p>
@@ -1677,18 +1688,6 @@
16771688
<div class="form-group row">
16781689
<p id="enableUdpServerError" class="inlineError"></p>
16791690
</div>
1680-
1681-
<div id="tcpWiFiTypeDropdown" class="mt-3">
1682-
<label for="tcpOverWiFiStation">TCP Server Connection: </label>
1683-
<select name="tcpWiFiType" id="tcpOverWiFiStation" class="form-dropdown">
1684-
<option value="1">WiFi</option>
1685-
<option value="0">AP</option>
1686-
</select>
1687-
<span class="tt" data-bs-placement="right"
1688-
title="In WiFi mode, the device will attempt to connect to local WiFi to broadcast TCP/UDP packets. In AP mode, the device will become an Access Point that devices can connect to over WiFi.">
1689-
<span class="icon-info-circle text-primary ms-2"></span>
1690-
</span>
1691-
</div>
16921691
</div>
16931692
</div>
16941693

0 commit comments

Comments
 (0)