M5StackSats
M5StackSats copied to clipboard
LNBits - invalid QR codes
Using LNBits, the m5stacksats apparently creates unreadable QR Codes (Zap & Phoenix unable to read)
Sketch:
- const char* lnbitshost = "https://full_URL_to_lnbits_wallet" (including quotation marks)
- String invoicekey = "Invoice/read key as per lnbits wallet" (including quotation marks)
Devices is able to connect to Wifi.
Sorry about that, we changed the api calls to LNbits a while back and I forgot to update the M5StackSats. Try it now
The problem seems to persist. Just loaded new code onto m5stack
I fixed this for the BTCPay Server version. The payment request needs to be uppercased before display, guess this is also the problem here.