Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PanasonicAltDKEHeatpumpIR compilation issue (pull request #68) #72

Closed
N-Storm opened this issue Mar 29, 2019 · 1 comment · May be fixed by #74
Closed

PanasonicAltDKEHeatpumpIR compilation issue (pull request #68) #72

N-Storm opened this issue Mar 29, 2019 · 1 comment · May be fixed by #74

Comments

@N-Storm
Copy link
Contributor

N-Storm commented Mar 29, 2019

Pull request #68 gives compilation errors:

/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.

@N-Storm
Copy link
Contributor Author

N-Storm commented Apr 2, 2019

Fixed in #73

@N-Storm N-Storm closed this as completed Apr 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant