diff options
Diffstat (limited to '')
-rw-r--r-- | src/consts.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consts.rs b/src/consts.rs index 07f47b0..f10570a 100644 --- a/src/consts.rs +++ b/src/consts.rs @@ -1,4 +1,4 @@ use qrcode::EcLevel; /// The error correction level to use for all QR code generation. -pub const QR_EC_LEVEL: EcLevel = EcLevel::M; +pub const QR_EC_LEVEL: EcLevel = EcLevel::L; |