STATUS: use P2=0C (phone-like, no FCP echo); v1.9.12

_send_status sent F2 00 00 -> the card echoes the FCP of the currently
selected DF on every poll/one-shot STATUS. Phones use P2=0C (no
response expected) to avoid that overhead. Keep P1=00 and the SIM/UICC
P3 distinction (SIM=0x23, UICC=0x00):

  CLA F2 00 0C P3

Affects one-time /api/status-poll and the automatic polling timer.

Version 1.9.11 -> 1.9.12 everywhere; SW cache otaman-v22 -> otaman-v23
This commit is contained in:
2026-08-27 01:11:55 +03:00
parent 4f8dae041d
commit 629c9101bc
5 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE = 'otaman-v22';
const CACHE = 'otaman-v23';
const URLS = [
'index.html',
'help.html',