Skip to content

Commit

Permalink
Removed access to untested ESP-NOW access point mode
Browse files Browse the repository at this point in the history
  • Loading branch information
seeul8er committed Feb 15, 2024
1 parent 6794c9f commit d358bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h3>Wi-Fi</h3>
<select id="esp32_mode" name="esp32_mode" form="settings_form" onchange="change_ap_ip_visibility()">
<option value="1">WiFi Access Point Mode</option>
<option value="2">WiFi Client Mode</option>
<option value="3">ESP-NOW Access Point Mode</option>
<!-- <option value="3">ESP-NOW Access Point Mode</option>-->
</select>
<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>
</div>
Expand Down

0 comments on commit d358bcd

Please sign in to comment.