From 06de521d02da6796c12edcf6f7cd8a84855da50c Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 19 Mar 2026 12:38:56 -0700 Subject: [PATCH] fix(fw): don't treat NXP custom commands with OPTION flag as inventory NXP command 0xB0 with flags 0x26 was misinterpreted as inventory, corrupting sim state. Custom commands (>= 0xA0) use bit 2 as OPTION. --- firmware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware b/firmware index 7662552..35db99f 160000 --- a/firmware +++ b/firmware @@ -1 +1 @@ -Subproject commit 76625524b437fcca2aa7a0a77d13a544f947b067 +Subproject commit 35db99fa58d16e480703ece7c90ce33ad7c92015