E3CoreTech
E3CoreTech
One more point -> Connection to server is frequently getting disconnected. However, I am able to see almost all the data from ESP2866 client to which my mobile application is...
Thanks for your quick response. I posted little older code first time but then I corrected it. Please check below mentioned code void callback(char\* topic, byte\* payload, unsigned int length);...
Yes, I commented this line as I’ve added this line on the top -> PubSubClient client(mqtt_server, 1883, callback, espClient); Isn’t above line serve the same purpose? Nevertheless, I can try...
Thanks. I'll check and revert back to you in few hours.
Unfortunately it doesn't work. Sometime data appears but most of the time it doesn't. What could be the problem?