ChuckBell / MySQL_Connector_Arduino

Database connector library for using MySQL with your Arduino projects.
331 stars 132 forks source link

Program crashes using both Mysql and Mqtt #127

Closed yanguuu closed 2 years ago

yanguuu commented 4 years ago

When I debug the Mysql upload program according to the routine, I transplanted it to the code with the Mqtt service, and found that the program crashed after a while. The program is stuck at "cur_mem-> execute (buff);", Then I annotate the mqtt service initialization statement in setup and the program runs normally.Does anyone encounter the same situation?

ChuckBell commented 2 years ago

Closed due to inactivity.