mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 04:39:18 +02:00
add uarttachoscale config
This commit is contained in:
@@ -686,6 +686,10 @@ global_settings::ConfigParse(cParser &Parser) {
|
||||
>> uart_conf.currentmax
|
||||
>> uart_conf.currentuart;
|
||||
}
|
||||
else if ( token == "uarttachoscale" ) {
|
||||
Parser.getTokens( 1 );
|
||||
Parser >> uart_conf.tachoscale;
|
||||
}
|
||||
else if( token == "uartfeature" ) {
|
||||
Parser.getTokens( 4 );
|
||||
Parser
|
||||
|
||||
Reference in New Issue
Block a user