diff --git a/serial2_terminal.h b/serial2_terminal.h index 8a42b3e..9879903 100644 --- a/serial2_terminal.h +++ b/serial2_terminal.h @@ -255,6 +255,8 @@ const char serial2_terminal_html[] PROGMEM = R"rawliteral( .modbus-error { color:var(--red); } /* Send / Stats */ .send-panel { margin-top:10px; } + .tog-on{border-color:var(--accent)!important;color:var(--accent)!important;background:rgba(67,206,162,.10)!important;} + .tog-off{border-color:var(--muted)!important;color:var(--muted)!important;} .send-panel h3, .stats h3 { color:var(--accent); border-color:var(--border); } .send-controls { display:flex; gap:8px; align-items:center; } .send-controls input { flex:1; } @@ -379,11 +381,23 @@ const char serial2_terminal_html[] PROGMEM = R"rawliteral(

πŸ“€ Send Data

- - + + +
+
+ + +
+
+
+
+ + +
+
+ Loopback: GPIO6(TX)↔GPIO7(RX) 단락 ν›„ λ²„νŠΌ 클릭 β†’ TX/RX λ™μ‹œ μˆ˜μ‹  = UART 정상
-

πŸ“Š Statistics

@@ -410,6 +424,8 @@ const char serial2_terminal_html[] PROGMEM = R"rawliteral(