ubidots / ubidots-mqtt-esp

MIT License
40 stars 23 forks source link

Expose espClient publicly #19

Open CITIZENDOT opened 3 years ago

CITIZENDOT commented 3 years ago

Requires a very small change in Source Code. Currently, espClient is a private member, which prevents users from using this already connected Client for other functions. Is there any specific reason to make this private member?