You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a NodeMCU (ESP12-E) with an I2C display 128x128px.
I'm able to print QR codes with versions up to 7 without any issue, but when I choose version 8 or higher nothing happens, the display stays black and ESP8266 blinks the LED constantly (even though I haven't declared it as output or done anything with it!)
The text was updated successfully, but these errors were encountered:
I face the same issue; I debugged the code and found that it halts at the "performErrorCorrection" function during the memset operation on the result buffer. I am unsure of the reason behind this.
As you mentioned, it functions correctly on versions 1 to 7, but encounters a crash on version 8 and above.
I'm using a NodeMCU (ESP12-E) with an I2C display 128x128px.
I'm able to print QR codes with versions up to 7 without any issue, but when I choose version 8 or higher nothing happens, the display stays black and ESP8266 blinks the LED constantly (even though I haven't declared it as output or done anything with it!)
The text was updated successfully, but these errors were encountered: