feat(editor): add bridge ap ip and password fields
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -155,6 +155,14 @@
|
|||||||
<label for="wifi_channel">WiFi channel</label>
|
<label for="wifi_channel">WiFi channel</label>
|
||||||
<input id="wifi_channel" data-setting="wifi_channel" type="number" min="1" max="11" />
|
<input id="wifi_channel" data-setting="wifi_channel" type="number" min="1" max="11" />
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="ap_ip">Bridge AP IP</label>
|
||||||
|
<input id="ap_ip" data-setting="ap_ip" type="text" placeholder="192.168.4.1" />
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="ap_password">Bridge AP password</label>
|
||||||
|
<input id="ap_password" data-setting="ap_password" type="password" placeholder="min 8 chars, or empty for open" />
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="default">Default preset</label>
|
<label for="default">Default preset</label>
|
||||||
<input id="default" data-setting="default" type="text" />
|
<input id="default" data-setting="default" type="text" />
|
||||||
|
|||||||
Reference in New Issue
Block a user