Fix OTP button press in ESP32.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
2438356d83
commit
53d3a7ac91
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
## IDF Component Manager Manifest File
|
||||
dependencies:
|
||||
espressif/esp_tinyusb: "^1.7.2"
|
||||
espressif/esp_tinyusb: "^1.7.6"
|
||||
#espressif/tinyusb: "^0.15.0"
|
||||
zorxx/neopixel: "^1.0.4"
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ uint8_t const desc_hid_report_kb[] = {
|
|||
#endif
|
||||
|
||||
enum {
|
||||
EPNUM_DUMMY = 1,
|
||||
EPNUM_DUMMY = 0,
|
||||
#ifdef USB_ITF_CCID
|
||||
EPNUM_CCID,
|
||||
#if TUSB_SMARTCARD_CCID_EPS == 3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue