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