Closed pszafer closed 4 years ago
Hi,
There is error compiling Haier.h for esp32
src/Haier.h:322:41: error: 'uint16' was not declared in this scope
I changed it to uint16_t and it is working.
uint16_t
Ok, perfect, I'll change it so it works with both ESP32 and ESP8266.
Thanks!
Hi,
There is error compiling Haier.h for esp32
I changed it to
uint16_t
and it is working.