mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 06:54:39 -04:00
Meshtastic: fixed Tx and strengthen Rx header processing
This commit is contained in:
@@ -1897,7 +1897,7 @@ static bool deriveTxRadioSettingsFromConfig(const CommandConfig& cfg, TxRadioSet
|
||||
{
|
||||
settings = TxRadioSettings();
|
||||
settings.hasCommand = true;
|
||||
settings.syncWord = 0x00;
|
||||
settings.syncWord = 0x2B;
|
||||
|
||||
QString presetName = cfg.presetName;
|
||||
if (presetName.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user