Skip to content

Commit a1c054f

Browse files
committed
readme: update
1 parent 2a25429 commit a1c054f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Wireless Debug Display
22

33
This repository contains an example application designed for either
4-
ESP32-WROVER-KIT, ESP32-S3-BOX, or LILYGO T-DECK (selectable via menuconfig) which listens on a
5-
UDP socket for data. It then parses that data and if it matches a certain
6-
format, it will plot the data in a graph, otherwise it will print the data to a
7-
text log for display.
4+
ESP32-WROVER-KIT, ESP32-S3-BOX, ESP32-S3-BOX-3, or LILYGO T-DECK (selectable via
5+
menuconfig) which listens on a UDP socket for data. It then parses that data and
6+
if it matches a certain format, it will plot the data in a graph, otherwise it
7+
will print the data to a text log for display.
88

99
https://github.com/esp-cpp/wireless-debug-display/assets/213467/f835922f-e17f-4f76-95ee-5d6585e84656
1010

@@ -152,3 +152,7 @@ https://github.com/esp-cpp/wireless-debug-display/assets/213467/395400f6-e677-46
152152

153153
https://github.com/esp-cpp/wireless-debug-display/assets/213467/f835922f-e17f-4f76-95ee-5d6585e84656
154154

155+
### ESP32-S3-BOX-3
156+
157+
![image](https://github.com/esp-cpp/wireless-debug-display/assets/213467/26501803-44bc-47a6-b229-d0b3ca1eb3be)
158+
![image](https://github.com/esp-cpp/wireless-debug-display/assets/213467/a1f34a60-dae2-4264-a85b-a8b28f9bbacf)

0 commit comments

Comments
 (0)