From 051bbaeb5f7370401383a6259e2b445d6ba6dcae Mon Sep 17 00:00:00 2001 From: chenyue Date: Wed, 17 Jun 2026 21:48:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=95=B0=E6=8D=AE=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E8=BD=AC=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1-BISS/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-BISS/pd.py b/1-BISS/pd.py index 6b7552c..9fb1920 100644 --- a/1-BISS/pd.py +++ b/1-BISS/pd.py @@ -185,7 +185,7 @@ class Decoder(srd.Decoder): self.put(bit[1], bit[2], self.out_ann, [0, ['%d' % bit[0]]]) - self.put(self.ss, self.es, self.out_ann, [8, ['%d' % d]]) + self.put(self.ss, self.es, self.out_ann, [8, ['{$}', d]]) self.putx([proto[cmd][0], proto[cmd][1:]]) # Done with this packet. self.bitcount = self.databyte = 0