mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 04:19:19 +02:00
(uart, commands) add possibility to set radio channel and volume via uart
This commit is contained in:
@@ -140,6 +140,7 @@ commanddescription_sequence Commands_descriptions = {
|
||||
{ "radiodisable", command_target::vehicle, command_mode::oneoff },
|
||||
{ "radiochannelincrease", command_target::vehicle, command_mode::oneoff },
|
||||
{ "radiochanneldecrease", command_target::vehicle, command_mode::oneoff },
|
||||
{ "radiochannelset", command_target::vehicle, command_mode::oneoff },
|
||||
{ "radiostopsend", command_target::vehicle, command_mode::oneoff },
|
||||
{ "radiostopenable", command_target::vehicle, command_mode::oneoff },
|
||||
{ "radiostopdisable", command_target::vehicle, command_mode::oneoff },
|
||||
@@ -147,6 +148,7 @@ commanddescription_sequence Commands_descriptions = {
|
||||
{ "radiocall3send", command_target::vehicle, command_mode::oneoff },
|
||||
{ "radiovolumeincrease", command_target::vehicle, command_mode::oneoff },
|
||||
{ "radiovolumedecrease", command_target::vehicle, command_mode::oneoff },
|
||||
{ "radiovolumeset", command_target::vehicle, command_mode::oneoff },
|
||||
{ "cabchangeforward", command_target::vehicle, command_mode::oneoff },
|
||||
{ "cabchangebackward", command_target::vehicle, command_mode::oneoff },
|
||||
{ "viewturn", command_target::entity, command_mode::oneoff },
|
||||
|
||||
Reference in New Issue
Block a user