From 419f7cb342f42136becc7755c33f61985ce1f844 Mon Sep 17 00:00:00 2001 From: wphiphi <96982181+wphiphi@users.noreply.github.com> Date: Sun, 2 Jan 2022 15:28:37 +0100 Subject: [PATCH] Update main.js --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index a047a87..4892164 100644 --- a/js/main.js +++ b/js/main.js @@ -34,7 +34,7 @@ var history_array = []; //Store history information and its qr_array dat var active_history = -1; //Current active history const maxSupportedSize = 177; // max is 177 for v40 -const maxVersion = 40; // max is not 50, but image load does not support v40 anyway and maybe less +const maxVersion = 40; // max is not 50 /*** *