Update README.md

This commit is contained in:
nopnop2002 2024-08-21 16:41:07 +09:00
parent a91f692ee2
commit 46e29bcba1

View File

@ -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.