FKainka / NanoESP

New NanoESP Library
19 stars 9 forks source link

Update NanoESP_MQTT.cpp #2

Closed bitfreak25 closed 7 years ago

bitfreak25 commented 8 years ago

Solves a bug, where publish and subscribe don't work, when user-authentication is on, but no LastWill should be send. Especially when used with: bool connect ([s.o], String userName , String password);

Related to #1 .