Fix interface descriptor when HID is disabled.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2025-05-02 18:28:38 +02:00
parent 580b0acffa
commit a324477a8a
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -313,10 +313,14 @@ char const *string_desc_arr [] = {
"Pico Key", // 2: Product
"11223344", // 3: Serials, should use chip ID
"Config" // 4: Vendor Interface
#ifdef USB_ITF_HID
, "HID Interface"
, "HID Keyboard Interface"
#endif
#ifdef USB_ITF_CCID
, "CCID OTP FIDO Interface"
, "WebCCID Interface"
#endif
};
#ifdef ESP_PLATFORM