fix tlora 1.6 build

This commit is contained in:
Kevin Hester
2021-03-19 23:40:41 +08:00
parent 9502fa62e6
commit c410f2d151
2 changed files with 4 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ bool AdminPlugin::handleReceivedProtobuf(const MeshPacket &mp, const AdminMessag
break;
case AdminMessage_set_channel_tag:
DEBUG_MSG("Client is setting channel\n");
DEBUG_MSG("Client is setting channel %d\n", r->set_channel.index);
handleSetChannel(r->set_channel);
break;