mirror of
				https://github.com/pragma-/pbot.git
				synced 2025-11-04 00:27:23 +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 {
 | 
			
		||||
    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,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -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 {}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user