dev #1
@ -106,7 +106,7 @@ function rawdlen($data) {
|
|||||||
}
|
}
|
||||||
return $l . $h;
|
return $l . $h;
|
||||||
}
|
}
|
||||||
function printqr($data, $size = 16) {
|
function printqr($data, $size = 8) {
|
||||||
if (strlen($data)<7088) {
|
if (strlen($data)<7088) {
|
||||||
if ($size<16) {
|
if ($size<16) {
|
||||||
$encs=hex2bin("0" . dechex($size));
|
$encs=hex2bin("0" . dechex($size));
|
||||||
|
Loading…
Reference in New Issue
Block a user