Adafruit ESP32 Huzzah Board compatibility #93
-
Hi, I am trying to use this ESP32 board from Adafruit with Arduino Home Assistant, but have run into a few problems compiling. I have the library working well on an Arduino Nano 33 IoT board (some subtle differences such as using the WiFiNINA library), but cannot seem to get it to work on this board. The main lines from my sketch: `#include <ArduinoHA.h> WiFiClient client; HADevice device; And the errors when verifying: `In file included from /Users/Alex/Development/Arduino/libraries/home-assistant-integration/src/ArduinoHA.h:5, Compilation error: no matching function for call to 'HAMqtt::HAMqtt(WiFiClient&, HADevice&)'` Can you please advise what I am doing wrong, or if I can provide any more information. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @alexholsgrove, It looks like you have some custom modifications in the HAMqtt header. Try to revert all changes. |
Beta Was this translation helpful? Give feedback.
Hi @alexholsgrove,
It looks like you have some custom modifications in the HAMqtt header. Try to revert all changes.