Added ping command functionality.

This commit is contained in:
2018-08-10 18:31:22 +00:00
parent a20c190fea
commit 2b01dbc605
11 changed files with 47 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ void Controller::handleTransaction()
channels.at(opChannel).handle(msg);
}
const uint32_t Controller::nextChannel()
uint32_t Controller::nextChannel()
{
do
currChannel++;