B4R Question rHttpUtils2 uses the LOG automatically

Gerardo Tenreiro

Active Member
Licensed User
Hello,
I am using the rHttpUtils2 module and I see that it sends the status via the LOG without having to use any LOG instruction

I use serial port 1 for other communication and I cannot make the port available for the rHttpUtils2 module to use

Any suggestions on how to remove this from the module?


I also see that the internal version is 1.00 and the external version is 1.60. I only have the module in the EXTERNAL folder


Thank you very much
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
I also see that the internal version is 1.00 and the external version is 1.60. I only have the module in the EXTERNAL folder
It is a mistake. It was rESP8266WiFi that was updated. I've fixed it.

v1.01 is attached.
You can disable logs by adding HU2_DISABLE_LOGS as a conditional symbol (Ctrl + B).
 

Attachments

  • rHttpUtils2.b4xlib
    2.2 KB · Views: 54
Upvote 0

Gerardo Tenreiro

Active Member
Licensed User
Thanks Erel, now the log stops showing up but I have another very strange problem, I use this test code to send some parameters to a server and on the seventh send the ESP32 panics.
I leave you the code to which it has to put the credentials of the wifi network and the rest would be operational,

You can see what is happening.

The Error Log


Thank you very much and I really appreciate your great work and the great forum created.

Code
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…