mirror of
https://github.com/Merricx/qrazybox.git
synced 2024-11-24 11:42:58 +01:00
Update main.js
This commit is contained in:
parent
d53a0786ea
commit
419f7cb342
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
/***
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue