arduino-thermostat
arduino-thermostat copied to clipboard
Same ideas
I found your thermostat intersting but i have a problem with the program... I have a error on code : In file included from sketch.cpp:27: actions.h:14: error: variable or field 'increment_target' declared void actions.h:14: error: 'MenuMoveEvent' was not declared in this scope actions.h:15: error: variable or field 'decrement_target' declared void actions.h:15: error: 'MenuMoveEvent' was not declared in this scope actions.h:17: error: variable or field 'increment_hardware' declared void actions.h:17: error: 'MenuMoveEvent' was not declared in this scope actions.h:18: error: variable or field 'decrement_hardware' declared void actions.h:18: error: 'MenuMoveEvent' was not declared in this scope actions.h:20: error: variable or field 'increment_sample_time' declared void actions.h:20: error: 'MenuMoveEvent' was not declared in this scope actions.h:21: error: variable or field 'decrement_sample_time' declared void actions.h:21: error: 'MenuMoveEvent' was not declared in this scope actions.h:23: error: variable or field 'increment_noise' declared void actions.h:23: error: 'MenuMoveEvent' was not declared in this scope actions.h:24: error: variable or field 'decrement_noise' declared void actions.h:24: error: 'MenuMoveEvent' was not declared in this scope actions.h:26: error: variable or field 'increment_lookback' declared void actions.h:26: error: 'MenuMoveEvent' was not declared in this scope actions.h:27: error: variable or field 'decrement_lookback' declared void actions.h:27: error: 'MenuMoveEvent' was not declared in this scope actions.h:29: error: variable or field 'on_set_tune' declared void actions.h:29: error: 'MenuMoveEvent' was not declared in this scope actions.h:30: error: variable or field 'on_set_reset' declared void actions.h:30: error: 'MenuMoveEvent' was not declared in this scope
and dont know what is the problem... :(