Newsoul693

Results 5 comments of Newsoul693

- Sorry for noob question, now I can connect MySql server via Lan and Wifi (LAN is higher priority, if the hardware detect cable lost connection, it will switch connect...

Hello! I have one more question: - When I un-plug the internet capble, the code is stopped, I try use Serial.print some where but did not show anything. I delete...

Yes, It's exactly my question. I write code switch connect to mysql via Wifi and Ethernet. If I remove code Select and Insert query and only keeping connection code "test_connect()",...

I use Serial.println to debug your library and see that function curmem -> Execute stuck in my code, then I find in MySQL_packet.cpp at line 289, the code is stucked...

I comment those line: `while (avail_bytes < 4 ) { avail_bytes = wait_for_client(); }` then show the error "Timeout waiting for client" then reset the esp8266. The Exception and stack:...