„index.h“ ändern

This commit is contained in:
Michael Clemens // DK1MI 2023-05-07 05:43:08 +00:00
parent a49ee43b24
commit 7248b86416

View File

@ -43,14 +43,12 @@ const char MAIN_page[] PROGMEM = R"=====(
<div id="fwd_box" class="box">
<h1>FWD Power</h1>
<h1><span id="FWDPower">0</span> dBm</h1>
<h1><span id="FWDVoltage">0</span> mV</h1>
<h1><span id="FWDPower">0</span> dBm / <span id="FWDVoltage">0</span> mV</h1>
</div>
<div class="box">
<h1>REF Power</h1>
<h1><span id="REFPower">0</span> dBm</h1>
<h1><span id="REFVoltage">0</span> mV</h1>
<h1><span id="REFPower">0</span> dBm / <span id="REFVoltage">0</span> mV</h1>
</div>
<div class="box">