Added ZH/LT-01 Remote to the "simple" example

This commit is contained in:
Nateonas 2020-10-29 21:57:03 +01:00 committed by GitHub
parent 43fd054bdf
commit 56bce05070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@
#include <HitachiHeatpumpIR.h>
#include <BalluHeatpumpIR.h>
#include <AUXHeatpumpIR.h>
#include <ZHLT01HeatpumpIR.h>
#ifndef ESP8266
@ -44,7 +45,7 @@ HeatpumpIR *heatpumpIR[] = {new PanasonicCKPHeatpumpIR(), new PanasonicDKEHeatpu
new GreeGenericHeatpumpIR(), new GreeYANHeatpumpIR(), new GreeYAAHeatpumpIR(),
new FuegoHeatpumpIR(), new ToshibaHeatpumpIR(), new ToshibaDaiseikaiHeatpumpIR(),
new IVTHeatpumpIR(), new HitachiHeatpumpIR(),
new BalluHeatpumpIR(), new AUXHeatpumpIR(),
new BalluHeatpumpIR(), new AUXHeatpumpIR(), new ZHLT01HeatpumpIR(),
NULL};
void setup()