diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-07-02 17:18:08 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-07-02 17:18:08 +0200 |
commit | c9ef2a5b36d9082b2c2c853934a0332aef6564a6 (patch) | |
tree | 28561b9aa7092e76450bf31af878ce75e63465f8 /src/RemoteControl.cpp | |
parent | f8719227d8cb9a228adae3472b7e754aa204d9de (diff) | |
download | dabmod-c9ef2a5b36d9082b2c2c853934a0332aef6564a6.tar.gz dabmod-c9ef2a5b36d9082b2c2c853934a0332aef6564a6.tar.bz2 dabmod-c9ef2a5b36d9082b2c2c853934a0332aef6564a6.zip |
Add digital gain to remote control
Diffstat (limited to 'src/RemoteControl.cpp')
-rw-r--r-- | src/RemoteControl.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/RemoteControl.cpp b/src/RemoteControl.cpp index 854de76..5bbd2f8 100644 --- a/src/RemoteControl.cpp +++ b/src/RemoteControl.cpp @@ -224,8 +224,7 @@ void RemoteControllerTelnet::dispatch_command(tcp::socket& socket, string comman reply(socket, "Error: Invalid parameter value. "); } } - else - { + else { reply(socket, "Incorrect parameters for command 'set'"); } } |