From 66bcfd01de794459609e43e8fe2e80560a8c612b Mon Sep 17 00:00:00 2001 From: Suyog Tandel Date: Thu, 22 Jan 2026 15:48:56 +0530 Subject: [PATCH] fix(docs): typo in troubleshooting.md --- docs/Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Troubleshooting.md b/docs/Troubleshooting.md index e24d2ec..ea88b55 100644 --- a/docs/Troubleshooting.md +++ b/docs/Troubleshooting.md @@ -11,7 +11,7 @@ There are several ways to work around this issue ### 1. Flash a firmware that you build from source with USB VID/PID known by pcsc-lite Legaly speaking, we cannot distribute the pico-fido firmware with USB VID and PID that we do not own. And it is quite expensive to register a USB vendorID. -This is why the pico-difo firmware is distributed with the so-called "generic" VID/PID +This is why the pico-fido firmware is distributed with the so-called "generic" VID/PID But if you build a firmware from the source code for your own use you can choose to build it with known VID/PID that will be recognized by pcsc-lite. Refer to the the pico-fido firmware documentation for how to do that.