From d8aee22117b826945724dfb4f1b94d82d68f31f0 Mon Sep 17 00:00:00 2001 From: David Conran Date: Thu, 22 Feb 2024 19:16:54 +1000 Subject: [PATCH] Add AR-JW19 to supported devices (#2069) Per https://github.com/crankyoldgit/IRremoteESP8266/pull/1813#issuecomment-1958066970 --- src/ir_Fujitsu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ir_Fujitsu.h b/src/ir_Fujitsu.h index 6e2583a0c..ed4979dac 100644 --- a/src/ir_Fujitsu.h +++ b/src/ir_Fujitsu.h @@ -41,6 +41,7 @@ // Brand: Fujitsu, Model: AR-REG1U remote (ARRAH2E) // Brand: OGeneral, Model: AR-RCL1E remote (ARRAH2E) // Brand: Fujitsu General, Model: AR-JW17 remote (ARDB1) +// Brand: Fujitsu General, Model: AR-JW19 remote (ARDB1) #ifndef IR_FUJITSU_H_ #define IR_FUJITSU_H_