1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-28 04:54:13 -04:00

Meshtastic modem: added unit test for some payload decoders

This commit is contained in:
f4exb
2026-03-21 22:55:13 +01:00
parent f880ff1a3c
commit 0ebc38a322
6 changed files with 293 additions and 2 deletions
+2
View File
@@ -79,6 +79,8 @@ void MainBench::run()
testFFTRRCFilter();
} else if (m_parser.getTestType() == ParserBench::TestFIRRRCFilter) {
testFIRRRCFilter();
} else if (m_parser.getTestType() == ParserBench::TestMeshtastic) {
testMeshtastic(m_parser.getArgsStr());
} else {
qDebug() << "MainBench::run: unknown test type: " << m_parser.getTestType();
}