Fix GD77 codeplug channel mode reading

This commit is contained in:
Federico Amedeo Izzo 2021-06-06 10:47:02 +02:00
parent 1f74c0abb7
commit 70a0eeaf29
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ int nvm_readChannelData(channel_t *channel, uint16_t pos)
}
}
// Copy data to OpenRTX channel_t
channel->mode = chData.channel_mode;
channel->mode = chData.channel_mode + 1;
channel->bandwidth = chData.bandwidth;
channel->admit_criteria = chData.admit_criteria;
channel->squelch = chData.squelch;