We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2965435 commit b1bb28bCopy full SHA for b1bb28b
docs/ENVVARS.md
@@ -13,6 +13,11 @@
13
14
## Backends
15
16
+> [!NOTE]
17
+>
18
+> If you need use non-PC/SC driver, please set `LPAC_APDU` to non-`pcsc` backend, \
19
+> otherwise, lpac will try to open PC/SC reader first.
20
+
21
* `LPAC_APDU`: specify which APDU backend will be used. Values:
22
- [`at`](backends/at.md): AT command interface (using AT+CCHO/CCHC/CGLA)
23
- [`at_csim`](backends/at.md): AT command interface (using AT+CSIM)
0 commit comments