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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user