mirror of
https://github.com/nopnop2002/esp-idf-ssd1306.git
synced 2024-10-03 18:18:47 -04:00
Update README.md
This commit is contained in:
parent
a91f692ee2
commit
46e29bcba1
@ -26,4 +26,19 @@ ESP32-S2/S3 BOARD USB CONNECTOR
|
||||
+--+
|
||||
```
|
||||
|
||||
# USB live connection
|
||||
There are times when it works correctly and times when it doesn't.
|
||||
It works more stably if you connect before starting the firmware.
|
||||
When it works correctly, a log like this will be displayed.
|
||||
```
|
||||
I (796) usb_hid: hid_host_device_callback
|
||||
I (796) usb_hid: HID Device, protocol 'KEYBOARD' CONNECTED
|
||||
I (806) usb_hid: hid_host_device_callback
|
||||
I (806) usb_events: event_flags=0x0
|
||||
I (816) usb_hid: HID Device, protocol 'NONE' CONNECTED
|
||||
I (816) usb_events: event_flags=0x0
|
||||
```
|
||||
|
||||
|
||||
# Using USB-HUB
|
||||
I tried it, but it doesn't work properly via USB-HUB.
|
||||
|
Loading…
Reference in New Issue
Block a user