From 716dbf5e815737cb454f45815b2e9bc4fa1462e0 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 20 Feb 2014 11:40:08 +0100 Subject: increase the default max scale factor --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index a2e8949..1ac13c4 100644 --- a/config.def.h +++ b/config.def.h @@ -18,7 +18,7 @@ /* pixels are scaled up by this factor */ #define QRCODE_SCALE 2 /* this is the maximum scale factor */ -#define QRCODE_MAX_SCALE 8 +#define QRCODE_MAX_SCALE 16 /* width of the border * this is defined to at least 4, but works well with less */ -- cgit v1.2.3-54-g00ecf