File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Wireless Debug Display
2
2
3
3
This repository contains an example application designed for either
4
- ESP32-WROVER-KIT or ESP32-S3-BOX (selectable via menuconfig) which listens on a
4
+ ESP32-WROVER-KIT, ESP32-S3-BOX, or LILYGO T-DECK (selectable via menuconfig) which listens on a
5
5
UDP socket for data. It then parses that data and if it matches a certain
6
6
format, it will plot the data in a graph, otherwise it will print the data to a
7
7
text log for display.
@@ -140,6 +140,10 @@ See the Getting Started Guide for full steps to configure and use ESP-IDF to bui
140
140
141
141
https://github.com/esp-cpp/wireless-debug-display/assets/213467/395400f6-e677-464c-a258-df06049cc562
142
142
143
+ ### LILYGO T-DECK
144
+
145
+ ![ image] ( https://github.com/esp-cpp/wireless-debug-display/assets/213467/8dde7920-d21f-4565-b0a5-5b5804d2450d )
146
+
143
147
### ESP32-S3-BOX
144
148
145
149
![ image] ( https://github.com/esp-cpp/wireless-debug-display/assets/213467/5aa28996-4ad7-4dbc-bc00-756ecd7ec736 )
You can’t perform that action at this time.
0 commit comments