Skip to content

Commit

Permalink
HTML_INFO 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
wksoskwl committed Mar 21, 2024
1 parent afa6b9b commit 79a1d1f
Showing 1 changed file with 31 additions and 18 deletions.
49 changes: 31 additions & 18 deletions Main/V3/Node_v3/manager_html.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,38 +139,51 @@ const char manager_html[] PROGMEM = R"rawliteral(
<td>%MAC%</td>
</tr>
<tr>
<th scope="col">TCP/IP Status</th>
<td>%TCP_STATUS%</td>
<th scope="col">Flash Size</th>
<td>%FlashSize% KiB</td>
</tr>
<tr>
<th scope="col">TCP/IP Server</th>
<td>%TCP_IP%:%TCP_PORT%</td>
<th scope="col">Heap Memory</th>
<td>%Heap% KiB Left</td>
</tr>
<tr>
<th scope="col">Mode</th>
<td>%MODE%</td>
<th scope="col">F/W Build Date</th>
<td>%BUILD_VER%</td>
</tr>
<tr>
<th scope="col">RS232 Baud Rate</th>
<td>%BAUD%</td>
</tr>
<th scope="col">CH1</th>
<td>%CH1_DeviceNo%</td>
<th>Enable</th>
<td>%CH1_Live%</td>
<tr>
<th scope="col">Flash Size</th>
<td>%FlashSize% KiB</td>
<th scope="col">C_W, Flow, C_D</th>
<td>%CH1_Curr_W%</td>
<td>%CH1_Flow_W%</td>
<td>%CH1_Curr_D%</td>
</tr>
<tr>
<th scope="col">SPIFFS Size</th>
<td>%SPIFFS_Used% KiB Used / Max %SPIFFS_Total% KiB</td>
<th scope="col">EndDelay_W, D</th>
<td>%CH1_EndDelay_W%</td>
<td>%CH1_EndDelay_D%</td>
<td></td>
</tr>
<tr>
<th scope="col">Heap Memory</th>
<td>%Heap% KiB Left</td>
<th scope="col">CH2</th>
<td>%CH2_DeviceNo%</td>
<th>Enable</th>
<td>%CH2_Live%</td>
<tr>
<th scope="col">C_W, Flow, C_D</th>
<td>%CH2_Curr_W%</td>
<td>%CH2_Flow_W%</td>
<td>%CH2_Curr_D%</td>
</tr>
<tr>
<th scope="col">F/W Build Date</th>
<td>%BUILD_VER%</td>
<th scope="col">EndDelay_W, D</th>
<td>%CH2_EndDelay_W%</td>
<td>%CH2_EndDelay_D%</td>
<td></td>
</tr>

</table>
</fieldset>
</center>
Expand Down

0 comments on commit 79a1d1f

Please sign in to comment.