Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
caco3 authored Oct 18, 2024
1 parent 3a6676c commit 07ba26f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sd-card/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ <h2>An ESP32 all inclusive neural network recognition system for meter Digitizat
</ul>
</li>
<li id="ManualControl" style="display:none;"><a>Manual Control <i class="arrow down"></i></a> <!-- Workaround: Hide menu if no entry is available -->
<ul class="submenu">
<ul class="submenu" style="width: 300px">
<!--<li><a href="#" onclick="flow_start()">Start Round</a></li>--> <!-- Needs to be adapted on code side first to ensure proper user feedback -->
<li id="HASendDiscovery" width=300px" style="display:none;"><a href="#" onclick="HA_send_discovery()">Resend Homeassistant Discovery</a></li>
<li id="HASendDiscovery" style="width: 300px" style="display:none;"><a href="#" onclick="HA_send_discovery()">Resend Homeassistant Discovery</a></li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 07ba26f

Please sign in to comment.