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
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
The text was updated successfully, but these errors were encountered:
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 ...
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
The text was updated successfully, but these errors were encountered: