RDEV-1131 update size of individual characters in qr code

This commit is contained in:
KRI 2019-11-04 15:10:00 +01:00
parent 6605282bd4
commit 5a0defc968

View File

@ -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;