diff --git a/aa-serial_terminal.h b/aa-serial_terminal.h new file mode 100644 index 0000000..354f287 --- /dev/null +++ b/aa-serial_terminal.h @@ -0,0 +1,784 @@ +#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