You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/nstorm/sketchbook/libraries/HeatpumpIR/PanasonicAltDKEHeatpumpIR.cpp: In constructor 'PanasonicAltDKEHeatpumpIR::PanasonicAltDKEHeatpumpIR()':
/home/nstorm/sketchbook/libraries/HeatpumpIR/PanasonicAltDKEHeatpumpIR.cpp:12:3: error: '_panasonicModel' was not declared in this scope
_panasonicModel = PANASONIC_DKE;
^
/home/nstorm/sketchbook/libraries/HeatpumpIR/PanasonicAltDKEHeatpumpIR.cpp: In member function 'void PanasonicAltDKEHeatpumpIR::sendPanasonicLong(IRSender&, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t)':
/home/nstorm/sketchbook/libraries/HeatpumpIR/PanasonicAltDKEHeatpumpIR.cpp:164:10: error: '_panasonicModel' was not declared in this scope
switch(_panasonicModel)
^
/home/nstorm/sketchbook/libraries/HeatpumpIR/PanasonicAltDKEHeatpumpIR.cpp:171:10: error: 'PANASONIC_JKE' was not declared in this scope
case PANASONIC_JKE:
^
/home/nstorm/sketchbook/libraries/HeatpumpIR/PanasonicAltDKEHeatpumpIR.cpp:173:10: error: 'PANASONIC_NKE' was not declared in this scope
case PANASONIC_NKE:
^
/home/nstorm/sketchbook/libraries/HeatpumpIR/PanasonicAltDKEHeatpumpIR.cpp:176:10: error: 'PANASONIC_LKE' was not declared in this scope
case PANASONIC_LKE:
^
exit status 1
Didn't checked this further.
The text was updated successfully, but these errors were encountered:
Pull request #68 gives compilation errors:
Didn't checked this further.
The text was updated successfully, but these errors were encountered: