ChuckBell / MySQL_Connector_Arduino

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

basic_insert_esp8266 causes error before setup() "ets Jan 8 2013,rst cause:2, boot mode:(3,6)" #39

Closed miho closed 2 years ago

miho commented 6 years ago

The basic_insert_esp8266 sample causes a strange error on nodemcu devices ("new V3", based on CH340G). Other devices might be affected as well. The error happens before executing the setup() function.

Serial Output:

ets Jan 8 2013,rst cause:2, boot mode:(3,6)

load 0x40100000, len 28740, room 16 
tail 4
ChuckBell commented 2 years ago

Closed due to inactivity. Please open a new ticket if this is still relevant.