Skip to content

Commit d358bcd

Browse files
committed
Removed access to untested ESP-NOW access point mode
1 parent 6794c9f commit d358bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h3>Wi-Fi</h3>
9393
<select id="esp32_mode" name="esp32_mode" form="settings_form" onchange="change_ap_ip_visibility()">
9494
<option value="1">WiFi Access Point Mode</option>
9595
<option value="2">WiFi Client Mode</option>
96-
<option value="3">ESP-NOW Access Point Mode</option>
96+
<!-- <option value="3">ESP-NOW Access Point Mode</option>-->
9797
</select>
9898
<div id="esp-now-ap-disclaimer" style="color: #ff0f0f; margin-bottom: 0.8rem">ESP-NOW Access Point Mode makes the device invisible for non-ESP-NOW enabled devices!</br>You will not be able to change the config!</br>You will have to manually erase the flash memory of the ESP32 and re-flash DroneBridge for ESP32 to get back into normal Wi-Fi Mode!</div>
9999
</div>

0 commit comments

Comments
 (0)