From 9432ea6a40ed262939b15e70f71d9fb2ca544a54 Mon Sep 17 00:00:00 2001 From: byun Date: Fri, 27 Mar 2026 21:21:38 +0000 Subject: [PATCH] =?UTF-8?q?=EC=8B=9C=EB=A6=AC=EC=96=BC,=20seting=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- serial2_terminal.h | 158 ++++++++-- serial_terminal.h | 168 +++++++++-- settings.h | 716 +++++++++++++++++++++++++-------------------- 3 files changed, 659 insertions(+), 383 deletions(-) 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(