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

does not compile #10

Open
9H1LO opened this issue Aug 14, 2016 · 2 comments
Open

does not compile #10

9H1LO opened this issue Aug 14, 2016 · 2 comments

Comments

@9H1LO
Copy link

9H1LO commented Aug 14, 2016

actesting.ino:29:3: error: variable or field 'sendHvacMitsubishi' declared void
actesting.ino:29:3: error: 'HvacMode' was not declared in this scope
actesting.ino:30:3: error: expected primary-expression before 'int'
actesting.ino:31:3: error: 'HvacFanMode' was not declared in this scope
actesting.ino:32:3: error: 'HvacVanneMode' was not declared in this scope
actesting.ino:33:3: error: expected primary-expression before 'int'
variable or field 'sendHvacMitsubishi' declared void

@wibbly
Copy link

wibbly commented Aug 29, 2016

I'm having the same trouble with the code at: HVAC-IR-Control/HVAC_ESP8266/HVAC_ESP8266T.ino

toshiba_esp8266:25: error: variable or field 'sendHvacToshiba' declared void
toshiba_esp8266:25: error: 'HvacMode' was not declared in this scope
toshiba_esp8266:26: error: expected primary-expression before 'int'
toshiba_esp8266:27: error: 'HvacFanMode' was not declared in this scope
toshiba_esp8266:28: error: expected primary-expression before 'int'
variable or field 'sendHvacToshiba' declared void

UPDATE: OK, I solved my problem with this by moving the typedefs to a separate header file ... and then using #include "toshiba.h" at the top of the HVAC_ESP8266T.ino file ...

It won't compile without restructuring.

@NicksonYap
Copy link

Fork from: https://github.com/susumuota/HVAC-IR-Control
Compiles but doesn't seem to work for my Panasonic air cond.
No response from the air cond.

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

No branches or pull requests

3 participants