File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,6 +191,10 @@ $ tuyaopen
191191│ └── ble_peripher
192192├── get-started
193193│ └── sample_project
194+ ├── graphics
195+ │ └── lvgl_demo
196+ ├── multimedia
197+ │ ├── audio
194198├── peripherals
195199│ ├── adc
196200│ ├── gpio
@@ -201,6 +205,7 @@ $ tuyaopen
201205│ └── watchdog
202206├── protocols
203207│ ├── http_client
208+ │ ├── https_client
204209│ ├── mqtt
205210│ ├── tcp_client
206211│ └── tcp_server
Original file line number Diff line number Diff line change @@ -196,6 +196,10 @@ $ tuyaopen
196196│ └── ble_peripher
197197├── get-started
198198│ └── sample_project
199+ ├── graphics
200+ │ └── lvgl_demo
201+ ├── multimedia
202+ │ ├── audio
199203├── peripherals
200204│ ├── adc
201205│ ├── gpio
@@ -206,6 +210,7 @@ $ tuyaopen
206210│ └── watchdog
207211├── protocols
208212│ ├── http_client
213+ │ ├── https_client
209214│ ├── mqtt
210215│ ├── tcp_client
211216│ └── tcp_server
You can’t perform that action at this time.
0 commit comments