mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-09-02 01:29:18 +02:00
Add independent dynamic brake support (eg. Vectron) to UART controllers
This commit is contained in:
@@ -224,7 +224,8 @@ struct global_settings {
|
||||
{"train", &uart_conf.trainenable},
|
||||
{"local", &uart_conf.localenable},
|
||||
{"radiovolume", &uart_conf.radiovolumeenable},
|
||||
{"radiochannel", &uart_conf.radiochannelenable}
|
||||
{"radiochannel", &uart_conf.radiochannelenable},
|
||||
{"dynamicbrake", &uart_conf.dynamicenable},
|
||||
};
|
||||
#endif
|
||||
#ifdef WITH_ZMQ
|
||||
|
||||
Reference in New Issue
Block a user