dawidchyrzynski / arduino-home-assistant

ArduinoHA allows to integrate an Arduino/ESP based device with Home Assistant using MQTT.
https://dawidchyrzynski.github.io/arduino-home-assistant/
GNU Affero General Public License v3.0
498 stars 118 forks source link

Error #136

Closed Napster589 closed 1 year ago

Napster589 commented 1 year ago

Hi,

I get errors with every device-type

arduino-home-assistant-main\src\utils\hanumeric.h:232:18: warning: class 'HANumeric' is implicitly friends with itself friend class HANumeric;

kind regards

dawidchyrzynski commented 1 year ago

Hi @Napster589,

It's a warning, not an error. You can ignore it.