mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Add new remote command:
- hosts: display connected hosts, or NONE if disconnected (surrounded with double quotes). Increase buffer size, for reply string, from 100 to 1024.
This commit is contained in:
@@ -56,7 +56,8 @@ enum REMOTE_COMMAND {
|
||||
RCD_PAGE,
|
||||
RCD_CW,
|
||||
RCD_RELOAD,
|
||||
RCD_CONNECTION_STATUS
|
||||
RCD_CONNECTION_STATUS,
|
||||
RCD_CONFIG_HOSTS
|
||||
};
|
||||
|
||||
class CRemoteControl {
|
||||
|
||||
Reference in New Issue
Block a user