Fixed printing informations about nearest traficar car. Increased size of printed image from 300 to 370px.
This commit is contained in:
@@ -46,10 +46,8 @@ class Keyboard extends Controller
|
||||
case 'last':
|
||||
$main = new Main();
|
||||
$main->noteLast();
|
||||
|
||||
break;
|
||||
case $keyboardAction[1] > 0:
|
||||
echo 'test';
|
||||
$main = new Main();
|
||||
$main->printNote((int)$keyboardAction[1]);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user