geoffdavis / esphome-mitsubishiheatpump

ESPHome Climate Component for Mitsubishi Heatpumps using direct serial connection
BSD 2-Clause "Simplified" License
588 stars 158 forks source link

Cast pointers to void* before comparision #86

Closed geoffdavis closed 1 year ago

geoffdavis commented 1 year ago

Correct the UART comparison log message by casting pointers to void *

Fixes GH73