1
0
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:
f4exb
2026-03-21 17:51:26 +01:00
parent a0d779fb65
commit a3f5ed6963
13 changed files with 444 additions and 221 deletions
+1 -1
View File
@@ -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()) {