Skip to content

Commit

Permalink
Add pairing support for ESP-NOW sync
Browse files Browse the repository at this point in the history
  • Loading branch information
blazoncek committed Aug 29, 2023
1 parent fd011e0 commit 5cfb332
Show file tree
Hide file tree
Showing 4 changed files with 396 additions and 389 deletions.
8 changes: 4 additions & 4 deletions wled00/data/settings_wifi.htm
Original file line number Diff line number Diff line change
Expand Up @@ -195,16 +195,16 @@ <h3>Experimental</h3>
<i>Can help with connectivity issues.<br>
Do not enable if WiFi is working correctly, increases power consumption.</i>

<h3>Wireless Remote</h3>
<h3>ESP-NOW Wireless</h3>
<div id="NoESPNOW" class="hide">
<i class="warn">This firmware build does not include ESP-NOW support.<br></i>
</div>
<div id="ESPNOW">
Enable ESP-NOW: <input type="checkbox" name="RE"><br>
<i>Listen for events over ESP-NOW<br>
Keep disabled if not using a remote, increases power consumption.<br></i>
Remote MAC: <input type="text" name="RMAC"><br>
Last device seen: <span class="rlid">None</span> <br>
Keep disabled if not using a remote or wireless sync, increases power consumption.<br></i>
Paired Remote MAC: <input type="text" name="RMAC" minlength="12" maxlength="12"><br>
Last device seen: <span class="rlid" onclick="d.Sf.RMAC.value=this.textContent;" style="cursor:pointer;">None</span> <br>
</div>

<div id="ethd">
Expand Down
Loading

0 comments on commit 5cfb332

Please sign in to comment.