Dr. Charles Bell
Dr. Charles Bell
Ok, I will see if I can duplicate the problem. Which ESP module(s) are you using? > On May 28, 2021, at 4:35 PM, Marc Buffet ***@***.***> wrote: > >...
Ok, all my ESP boards are older. I’ve ordered new boards to test the issue. Will post my results next week. > On May 29, 2021, at 2:01 AM, Marc...
I have confirmed this is a bug in the ESP8266 v3.0 hardware code. You can revert to 2.7.4 and it will work again. Just uninstall the 3.0.0 and install the...
Hi. Nope, sorry. We will have to wait for the ESP community at large to fix the 3.0.0 issue. Sorry. > On Jul 29, 2021, at 4:10 AM, ChinaBurn ***@***.***>...
Please specify what version of MySQL you used to test this change.
Yes, I am well aware of the error packet and I will review your suggestions to ensure it is compatible with Oracle MySQL. I do (can) not make changes to...
Hi. Thanks for the tip. I think I’ve found the leak. I’ll let you know when I get it fixed. Or maybe if I find a workaround. Stay tuned. >...
Hi, This fixes the compile errors. Still chacing the memory thing. It's not what I thought it was. Stay tuned... Dr. Bell --- MySQL_Cursor.cpp 2020-09-01 20:37:51.092288500 -0400 +++ c:\Users\olias\Documents\Arduino\libraries\MySQL_Connector_Arduino\src\MySQL_Cursor.cpp 2020-09-01...
Hi, See if this fixes the problem. Let me know and I'll push it to the repo. Dr. Bell --- ./MySQL_Connection.cpp 2020-04-30 13:22:07.000000000 -0400 +++ /home/cbell/Arduino/libraries/MySQL_Connector_Arduino/src/MySQL_Connection.cpp 2020-09-02 14:16:41.983118844 -0400 @@...
Hi. Aha. Yeah, that’s broken. This should fix it. Dr. Bell diff --git a/src/MySQL_Cursor.h b/src/MySQL_Cursor.h index 5447da3..418efac 100644 --- a/src/MySQL_Cursor.h +++ b/src/MySQL_Cursor.h @@ -74,11 +74,13 @@ class MySQL_Cursor { #ifdef...