bosoft-ESP

Results 12 comments of bosoft-ESP

Thanks to you for your great work Best regards

Thank you Stefano From what I understand, I shouldn't call testConnection() anymore? I mean, the first time, after connecting to the wifi, I use testConnection(). Once I receive the result...

Hello Stefano. Today I have seen the version 6.20.1 of ArduinoJson in the library manager of the IDE 1.8.19. I have installed it and it keeps doing continuous resets. Then...

Hello Stefano. I keep testing and so far it seems that the ArduinoJson library that gives me fewer errors is the 6.19.2. I will try the 6.19.1. To check the...

Hi Stefano I will try, but that wemos Mini D1 is installed elsewhere, and the errors are random. I guess because of the 4G coverage. I will try to make...

Hi Stefano. I'm going to try the following with ArduinoJson 6.19.2. in CTBot.h ``` class CTBot { public: // default constructor CTBot(); // default destructor ~CTBot(); String SendError; //

Hello I just received an error with the new configuration. I am attaching copy of the app screen. The first one is the correct answer. 1 minute later I receive...

Ok Stefano. I have done this: ``` #define CTBOT_CHECK_JSON 0 // in CTBotDefines.h SendError=FSTR("ArduinoJson deserialization error code: ")+String(error.c_str())+"\r\n"; serializeJsonPretty(root, jsonStr); SendError+="\r\n/"+jsonStr+"\\"; return -1; ``` Is it correct? I will pass...

Hello Stefano. I think it is already solved. I have been testing for 2 days the modifications I made in SendMessage when I downgraded the ArduinoJson version to 6.18.4. I...

Hello Stefano. After a week of testing the D1 Mini with ArdunoJson version 6.18.4, I have not received any sending error from SendMessage (-1 / 0), which leads me to...