ChuckBell / MySQL_Connector_Arduino

Database connector library for using MySQL with your Arduino projects.
332 stars 133 forks source link

Fixes Issue #39 for nodemcu boards #40

Closed miho closed 6 years ago

miho commented 6 years ago

It looks like creating the MySQL_Cursor instance outside of the setup() function causes the error described in #39. This fix creates the instance inside the setup function.

mcann commented 6 years ago

Thank you dr. ChuckBell