Skip to content

Commit f1c7010

Browse files
add rfnm_source path logging
1 parent 33a7795 commit f1c7010

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source_modules/rfnm_source/src/main.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,11 @@ class RFNMSourceModule : public ModuleManager::Instance {
190190
((PathConfig*)&pc)->chId = offset + i;
191191
}
192192

193+
// Dump antenna paths
194+
for (int i = 0; i < paths.size(); i++) {
195+
flog::debug("PATH[{}]: Name={}, Ch={}, Path={}", i, paths.name(i), paths.value(i).chId, (int)paths.value(i).path);
196+
}
197+
193198
// Load configuration (TODO)
194199
selectedPath = paths.key(0);
195200

0 commit comments

Comments
 (0)