We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c7010 commit 123e34dCopy full SHA for 123e34d
source_modules/rfnm_source/src/main.cpp
@@ -188,6 +188,7 @@ class RFNMSourceModule : public ModuleManager::Instance {
188
// Set this channel as the channel of its prefered path (cursed af but lazy)
189
const PathConfig& pc = paths.value(paths.valueId(preferred_pc));
190
((PathConfig*)&pc)->chId = offset + i;
191
+ ((PathConfig*)&pc)->appliesCh = (uint16_t)(1 << (offset + i + 8));
192
}
193
194
// Dump antenna paths
0 commit comments