arduino-libraries / ArduinoMqttClient

ArduinoMqttClient Library for Arduino
GNU Lesser General Public License v2.1
187 stars 73 forks source link

Fix: Overloaded function can't be resolved by compiler. #30

Closed aentinger closed 4 years ago

aentinger commented 4 years ago

The compiler can not resolve the correct connect function ... since its anyway just a placeholder to save us compile errors when using the 2.5.0 ESP8266 core its good enough if the function returns 0. Also see #22 .