File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Wireless Debug Display
22
33This 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
99https://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
153153https://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 )
You can’t perform that action at this time.
0 commit comments