n0xa / m5stick-nemo

M5 Stick C firmware for high-tech pranks
Other
731 stars 148 forks source link

Fixed and improved the QR Code again. (Forgot to remove the old one + QR V6) #76

Closed Niximkk closed 7 months ago

Niximkk commented 7 months ago

QR Code v6 works fine with the bigger size and support longer payloads, (like the Brazilian payment method 'Pix').

Also removed the following line of code (old QR Code): DISP.qrcode(qrcodes[cursor].url, 0, 0, 80, 5);

n0xa commented 7 months ago

Your main brainch has some strangeness going on here:

https://github.com/Niximkk/m5stick-nemo/blame/a782f4afb47bfe9cfcbf83bbdbad009284dceacf/m5stick-nemo.ino#L1613

I can't get your branch to compile.