From 69275b3df1a752a8a09c4f1b0837af3f7e3113b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Thomas?= Date: Sun, 22 Feb 2026 14:43:32 +0100 Subject: [PATCH] samsung32 fixes - Allow usage of samsung32 encoder - Set correct payload size for bruteforcing --- lib/ir/ir_protocol_registry.dart | 1 + lib/widgets/ir_finder_screen.dart | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ir/ir_protocol_registry.dart b/lib/ir/ir_protocol_registry.dart index c862269..a25b334 100644 --- a/lib/ir/ir_protocol_registry.dart +++ b/lib/ir/ir_protocol_registry.dart @@ -112,6 +112,7 @@ class IrProtocolRegistry { Recs80ProtocolEncoder.protocolId: const Recs80ProtocolEncoder(), Recs80LProtocolEncoder.protocolId: const Recs80LProtocolEncoder(), + Samsung32ProtocolEncoder.protocolId: const Samsung32ProtocolEncoder(), Samsung36ProtocolEncoder.protocolId: const Samsung36ProtocolEncoder(), SharpProtocolEncoder.protocolId: const SharpProtocolEncoder(), diff --git a/lib/widgets/ir_finder_screen.dart b/lib/widgets/ir_finder_screen.dart index c1769ea..8453022 100644 --- a/lib/widgets/ir_finder_screen.dart +++ b/lib/widgets/ir_finder_screen.dart @@ -312,7 +312,7 @@ class _IrFinderScreenState extends State with WidgetsBindingObse 'rec80': '28C600212100', 'recs80': '000', 'recs80_l': '000', - 'samsung32': '00000000', + 'samsung32': '0000', 'samsung36': '00C0001', 'sharp': '2024', 'sony12': '000',