philbowles / PangolinMQTT

PangolinMQTT - ArduinoIDE client library for ESP8266, ESP32 and STM32-NUCLEO
Other
71 stars 21 forks source link

Pangolin_101 fails to compile #38

Open AcuarioCat opened 3 years ago

AcuarioCat commented 3 years ago

Pangolin_101.ino: 55:10: error: 'VARK_NO_SERVER_DETAILS' was not declared in this scope Error compiling project sources

The declaration is commented out in AardvarkTCP.h so compilation fails.

Josifjoey commented 2 years ago

Same issue here, I've been working on it for the past couple of days, is there any way around this?

luebbe commented 2 years ago

Yes, use https://github.com/bertmelis/espMqttClient. It works and you get support there.

HamzaHajeir commented 11 months ago

You can check H4AsyncMQTT which is based on Pangolin in essence.