mirror of
				https://github.com/pragma-/pbot.git
				synced 2025-11-04 00:27:23 +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 constant {
 | 
			
		||||
    SERIAL_PORT => $ENV{PBOTVM_SERIAL} // 4445,
 | 
			
		||||
    SERIAL_PORT => $ENV{PBOTVM_SERIAL} // 5555,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
my $json = join ' ', @ARGV;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user