A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By picstart
#69734 The password for the AP mefrancesco in the documentation is incorrect the code is below
//BASE
String ssid = "ESPBLANK";
String password = "alfafrancesco";

Next when finally signing on to 192.168.4.1
URI: /
Method GET
Arguments: 0

resolved by uploading spiffs folders etc www via Arduino sketch data upload tool
User avatar
By picstart
#69737 Instructions say
About note 1: I make a change to MqTT client library to support persistent messages :

I inserted line 148 with ” v = v & 0xFD ”

Issue
I am having trouble locating this file MqTT client ......being explicit with name plus extension never hurts
User avatar
By rudy
#69738
picstart wrote:Instructions say
About note 1: I make a change to MqTT client library to support persistent messages :

I inserted line 148 with ” v = v & 0xFD ”

Issue
I am having trouble locating this file MqTT client ......being explicit with name plus extension never hurts


PubSubClient.cpp About 1/4 down the file.

I would like to try this but I don't have the time yet. When I do I hope you will have resolved all the issues. :)