RDEV-1131 update size of individual characters in qr code
This commit is contained in:
parent
6605282bd4
commit
5a0defc968
@ -68,8 +68,8 @@ char *parseJson(char source[], char name[] ) {
|
||||
|
||||
void printQr(const uint8_t qrcode[],pam_handle_t *pamh) {
|
||||
char *qrCodeString = "";
|
||||
char *white = "\u2588";
|
||||
char *black = " ";
|
||||
char *white = "\u2588\u2588";
|
||||
char *black = " ";
|
||||
int size = qrcodegen_getSize(qrcode);
|
||||
int border = 3;
|
||||
int y;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user