mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
increase QR code size
This commit is contained in:
parent
adb0b13f3f
commit
478b0be2f9
1 changed files with 2 additions and 2 deletions
|
|
@ -67,8 +67,8 @@ data class ChannelSet(
|
|||
multiFormatWriter.encode(
|
||||
getChannelUrl(true).toString(),
|
||||
BarcodeFormat.QR_CODE,
|
||||
192,
|
||||
192
|
||||
960,
|
||||
960
|
||||
)
|
||||
val barcodeEncoder = BarcodeEncoder()
|
||||
barcodeEncoder.createBitmap(bitMatrix)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue