mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-06-18 20:35:57 +02:00
Fix OTP button press in ESP32.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
## IDF Component Manager Manifest File
|
## IDF Component Manager Manifest File
|
||||||
dependencies:
|
dependencies:
|
||||||
espressif/esp_tinyusb: "^1.7.2"
|
espressif/esp_tinyusb: "^1.7.6"
|
||||||
#espressif/tinyusb: "^0.15.0"
|
#espressif/tinyusb: "^0.15.0"
|
||||||
zorxx/neopixel: "^1.0.4"
|
zorxx/neopixel: "^1.0.4"
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ uint8_t const desc_hid_report_kb[] = {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
EPNUM_DUMMY = 1,
|
EPNUM_DUMMY = 0,
|
||||||
#ifdef USB_ITF_CCID
|
#ifdef USB_ITF_CCID
|
||||||
EPNUM_CCID,
|
EPNUM_CCID,
|
||||||
#if TUSB_SMARTCARD_CCID_EPS == 3
|
#if TUSB_SMARTCARD_CCID_EPS == 3
|
||||||
|
|||||||
Reference in New Issue
Block a user