Skip to content

Commit

Permalink
updated polarity change buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
DebaDr0na committed May 24, 2024
1 parent 9e206ac commit 0b4bb83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/05_IoT_beebot_rc_car/remote.h
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ window.onload = init;
<button id="wc_push" type="button" onclick="wc_onclicklights();">LIGHTS</button>
<br>
<h style="font-size:17px; color:blue">POLARITY</h>
<button id="wc_revm12" type="button" onclick="wc_onclickrevm12();">ReverseM1</button>
<button id="wc_revm34" type="button" onclick="wc_onclickrevm34();">ReverseM2</button>
<button id="wc_revm12" type="button" onclick="wc_onclickrevm12();">ReverseM12</button>
<button id="wc_revm34" type="button" onclick="wc_onclickrevm34();">ReverseM34</button>
<br>
<br>
<div class="sponsor">Sponsored by <a href="https://buildybee.github.io/">Buidybee</a></div>
Expand Down

0 comments on commit 0b4bb83

Please sign in to comment.