mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-23 11:12:42 +01:00
pbot-vm: guest-server: update serial ports
This commit is contained in:
parent
3ada433527
commit
0cd4ce5220
@ -19,8 +19,8 @@ no warnings qw(experimental::signatures);
|
|||||||
use constant {
|
use constant {
|
||||||
USERNAME => 'vm',
|
USERNAME => 'vm',
|
||||||
MOD_DIR => '/usr/local/share/pbot-vm/',
|
MOD_DIR => '/usr/local/share/pbot-vm/',
|
||||||
SERIAL => '/dev/ttyS1',
|
SERIAL => '/dev/ttyS2',
|
||||||
HEARTBEAT => '/dev/ttyS2',
|
HEARTBEAT => '/dev/ttyS3',
|
||||||
VPORT => $ENV{PBOTVM_VPORT} // 5555,
|
VPORT => $ENV{PBOTVM_VPORT} // 5555,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -25,8 +25,8 @@ use PBot::Imports;
|
|||||||
# These are set by the /misc/update_version script
|
# These are set by the /misc/update_version script
|
||||||
use constant {
|
use constant {
|
||||||
BUILD_NAME => "PBot",
|
BUILD_NAME => "PBot",
|
||||||
BUILD_REVISION => 4629,
|
BUILD_REVISION => 4630,
|
||||||
BUILD_DATE => "2023-03-12",
|
BUILD_DATE => "2023-03-13",
|
||||||
};
|
};
|
||||||
|
|
||||||
sub initialize {}
|
sub initialize {}
|
||||||
|
Loading…
Reference in New Issue
Block a user