Fix Travis build, case type in #include

This commit is contained in:
Stephan Hadinger 2019-08-30 22:33:21 +02:00
parent 69a31577eb
commit dc5d5476c7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#include <IRremoteESP8266.h> #include <IRremoteESP8266.h>
#include <IRsend.h> #include <IRsend.h>
#include <IRrecv.h> #include <IRrecv.h>
#include <IRUtils.h> #include <IRutils.h>
#include <IRac.h> #include <IRac.h>
enum IrErrors { IE_RESPONSE_PROVIDED, IE_NO_ERROR, IE_INVALID_RAWDATA, IE_INVALID_JSON, IE_SYNTAX_IRSEND, IE_SYNTAX_IRHVAC, enum IrErrors { IE_RESPONSE_PROVIDED, IE_NO_ERROR, IE_INVALID_RAWDATA, IE_INVALID_JSON, IE_SYNTAX_IRSEND, IE_SYNTAX_IRHVAC,