pbot-vm: guest-server: update serial ports

This commit is contained in:
Pragmatic Software 2023-03-13 13:33:10 -07:00
parent 3ada433527
commit 0cd4ce5220
2 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@ no warnings qw(experimental::signatures);
use constant {
USERNAME => 'vm',
MOD_DIR => '/usr/local/share/pbot-vm/',
SERIAL => '/dev/ttyS1',
HEARTBEAT => '/dev/ttyS2',
SERIAL => '/dev/ttyS2',
HEARTBEAT => '/dev/ttyS3',
VPORT => $ENV{PBOTVM_VPORT} // 5555,
};

View File

@ -25,8 +25,8 @@ use PBot::Imports;
# These are set by the /misc/update_version script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 4629,
BUILD_DATE => "2023-03-12",
BUILD_REVISION => 4630,
BUILD_DATE => "2023-03-13",
};
sub initialize {}