mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 11:59:43 +01:00
compiler_vm: restore default serial TCP port
This commit is contained in:
parent
f9afda0580
commit
f4a665ef5d
@ -21,7 +21,7 @@ use FindBin qw($RealBin);
|
|||||||
use lib "$RealBin/../lib";
|
use lib "$RealBin/../lib";
|
||||||
|
|
||||||
use constant {
|
use constant {
|
||||||
SERIAL_PORT => $ENV{PBOTVM_SERIAL} // 4445,
|
SERIAL_PORT => $ENV{PBOTVM_SERIAL} // 5555,
|
||||||
};
|
};
|
||||||
|
|
||||||
my $json = join ' ', @ARGV;
|
my $json = join ' ', @ARGV;
|
||||||
|
Loading…
Reference in New Issue
Block a user