Unverified Commit 522a9204 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #7274 from MatejFranceskin/pr-taisync-14-channels

Taisync has 14 channels available
parents 4235c28d df9b9760
......@@ -136,7 +136,7 @@ TaisyncManager::setToolbox(QGCToolbox* toolbox)
{
//-- Radio Channel
QStringList enums;
for(int i = 0; i < 13; i++) {
for(int i = 0; i < 14; i++) {
enums.append(QString("ch%1").arg(i));
}
FactMetaData* metaData = _createMetadata(kRADIO_CHANNEL, enums);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment