From e1ea816ce2718a114c266b1d63a9b6782c1e7b7b Mon Sep 17 00:00:00 2001 From: byun Date: Fri, 5 Jun 2026 08:52:30 +0000 Subject: [PATCH] Delete aa-serial_terminal.h --- aa-serial_terminal.h | 784 ------------------------------------------- 1 file changed, 784 deletions(-) delete mode 100644 aa-serial_terminal.h diff --git a/aa-serial_terminal.h b/aa-serial_terminal.h deleted file mode 100644 index 354f287..0000000 --- a/aa-serial_terminal.h +++ /dev/null @@ -1,784 +0,0 @@ -#ifndef SERIAL_TERMINAL_H -#define SERIAL_TERMINAL_H - -const char serial_terminal_html[] PROGMEM = R"rawliteral( - - - - - - Serial Terminal - Byun CAN Logger - - - -
-
-

πŸ“Ÿ Serial Terminal

-

RS232/UART Communication Interface with Real-time Logging

-
- - - -
- -
-
-
πŸ“₯ RECEIVED
-
0
-
-
-
πŸ“€ TRANSMITTED
-
0
-
-
-
πŸ’Ύ LOG SIZE
-
0 KB
-
-
-
πŸ“¦ QUEUE
-
0%
-
-
- -
- ℹ️ Info: Configure serial port settings below. Data will appear in real-time in the terminal window. - All received (RX) and transmitted (TX) data is timestamped. -
- - -
-
- - -
- -
- - -
- -
- - -
- -
- - -
-
- - -
- - - -
- - -
- - - - -
- - -
-
-
- - Serial Terminal Ready -
-
- Lines: 0 -
-
-
-
- Waiting for data... -
-
-
- - -
-
-
-
- - - - -)rawliteral"; - -#endif