mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-09-01 18:39:19 +02:00
Add independent dynamic brake support (eg. Vectron) to UART controllers
This commit is contained in:
@@ -53,6 +53,8 @@ public:
|
||||
float lvmax = 150.0f;
|
||||
float lvuart = 65535.0f;
|
||||
float tachoscale = 1.0f;
|
||||
float dynamicbrakemin = 0.0f;
|
||||
float dynamicbrakemax = 255.0f;
|
||||
|
||||
bool mainenable = true;
|
||||
bool scndenable = true;
|
||||
@@ -60,6 +62,7 @@ public:
|
||||
bool localenable = true;
|
||||
bool radiovolumeenable = false;
|
||||
bool radiochannelenable = false;
|
||||
bool dynamicenable = false;
|
||||
|
||||
bool debug = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user