Skip to content

Commit be8bb68

Browse files
committed
update README
1 parent 45e47de commit be8bb68

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README_zh.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)