arcbtc / M5StackSats

A bitcoin point of sale terminal using the ESP32 based M5Stack
GNU General Public License v3.0
106 stars 21 forks source link

LNBits - invalid QR codes #36

Open ArbenKarb opened 4 years ago

ArbenKarb commented 4 years ago

Using LNBits, the m5stacksats apparently creates unreadable QR Codes (Zap & Phoenix unable to read)

Sketch:

Devices is able to connect to Wifi.

arcbtc commented 4 years ago

Sorry about that, we changed the api calls to LNbits a while back and I forgot to update the M5StackSats. Try it now

ArbenKarb commented 4 years ago

The problem seems to persist. Just loaded new code onto m5stack

dennisreimann commented 4 years ago

I fixed this for the BTCPay Server version. The payment request needs to be uppercased before display, guess this is also the problem here.