mdhiggins / ESP8266-HTTP-IR-Blaster

ESP8266 Compatible IR Blaster that accepts HTTP commands for use with services like Amazon Echo
MIT License
980 stars 218 forks source link

USECPERTICK no longer defined in libraries #59

Closed gerryk closed 7 years ago

gerryk commented 7 years ago

Getting the following build-time failure:

IRController:809: error: 'USECPERTICK' was not declared in this scope

Is it necessary to build against an earlier version of the IR libraries?

Using Arduino IDE: 1.8.4 IRemoteESP8266: https://github.com/markszabo/IRremoteESP8266/commit/2b75633e7c87875bfdb95117d19ceba3f9f804ab

gerryk commented 7 years ago

Rebuilt against IRremoteESP8299 2.1.1 Builds fine.

This commit removes USECPERTICKS from the IRremote library. https://github.com/markszabo/IRremoteESP8266/commit/8dd05c01561e29774402f69c9b7ccc1da4e3d381

mdhiggins commented 7 years ago

Fixed in latest update, should be compatible with latest version of IRRemote