Fixed printing informations about nearest traficar car. Increased size of printed image from 300 to 370px.

This commit is contained in:
kplaczek
2018-08-12 12:21:16 +02:00
parent 7a5e7a5d9d
commit 23220819d5
5 changed files with 31 additions and 29 deletions

View File

@@ -86,7 +86,6 @@ class Paper
$this->printer->text($convertedData['text']);
} else {
$this->printer->text($htmlToPos->convert($text));
}
$this->printer->feed(3);
}