MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / startTwoToneTune

Method startTwoToneTune

src/models/TransmitModel.cpp:407–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407void TransmitModel::startTwoToneTune(PttSource source)
408{
409 if (!runPttPreflight(source, false))
410 return;
411
412 setTuneMode("two_tone");
413 emit commandReady("transmit tune 1");
414}
415
416void TransmitModel::toggleTwoToneTune()
417{

Callers 2

doTxTestMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64