Yurik72 / ESPHap

ESP32/ESP8266 Arduino library for native Apple Homekit Accessory Protocol (HAP)
MIT License
265 stars 60 forks source link

fix false rewrite of function from int to bool #98

Closed rauberdaniel closed 3 years ago

rauberdaniel commented 3 years ago

This fixes issue #92 which was caused by a wrong rewrite of a boolean function to an int function.