Dr. Charles Bell

Results 82 comments of Dr. Charles Bell

Hmmm... works Ok for me. Here's the complete .diff. Please try that one. :) If it works, I'll push it to the repo. Thanks for your patience. On Fri, Sep...

Hi, You've not applied the .diff correctly. Here are the files as they should be modified. Dr. Bell On Tue, Sep 15, 2020 at 3:53 AM GitHubUserEH wrote: > Hi...

Strange. I’ll take another look. Thanks for your patience. On Wed, Sep 16, 2020 at 02:15 GitHubUserEH wrote: > > > > Hi Charles > > > > I have...

Try this one. :) On Wed, Sep 16, 2020 at 7:48 AM Charles Bell wrote: > Strange. I’ll take another look. Thanks for your patience. > > On Wed, Sep...

It was attached to my last email. Must've gotten stripped. Here's the diff instead. --- /home/cbell/Downloads/Mega2560_MySQL_Test/mods/MySQL_Cursor.h 2020-09-21 14:24:40.897917391 -0400 +++ MySQL_Cursor.h 2020-09-21 14:35:14.229652487 -0400 @@ -72,14 +72,16 @@ boolean execute_query(int...

Confirmed. Will add it to the list for next release.

That is correct. The free* methods are private, but you can make them public by moving them above the public declaration in MySQL_Cursor.h. Easy change. Not an issue with MySQL....

Most likely it is your format string: "SELECT ref_time, val_first, val_second FROM test_db.test_table WHERE Id= %lu;". Try changing it to "SELECT ref_time, val_first, val_second FROM test_db.test_table WHERE Id=%d;". To double-check,...

Try a different ESP WiFi library. It’s most likely an incompatibility with the library. > On Jun 19, 2020, at 7:06 AM, beic wrote: > > > Hi there, >...

The first thing I noticed is you’re using the connect() function incorrectly. The database parameter is in the wrong place. Other than that, please refer to the troubleshoot strategies in...