M5StackSats icon indicating copy to clipboard operation
M5StackSats copied to clipboard

LNBits - invalid QR codes

Open ArbenKarb opened this issue 5 years ago • 3 comments

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.

ArbenKarb avatar Jun 24 '20 21:06 ArbenKarb

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

arcbtc avatar Jul 01 '20 23:07 arcbtc

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

ArbenKarb avatar Jul 05 '20 17:07 ArbenKarb

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

dennisreimann avatar Jul 05 '20 20:07 dennisreimann