16
0
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:
milek7
2019-08-31 00:28:24 +02:00
parent 63d9d02c5a
commit 6f010379b2
3 changed files with 8 additions and 5 deletions

View File

@@ -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