[feat](trx-rs): add FT2 decoder protocol support
Implement a distinct FT2 protocol path in the decoder stack and align\nits timing with the confirmed FT2 framing used by Decodium.\n\nCo-authored-by: OpenAI Codex <codex@openai.com> Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
Vendored
+5
@@ -193,3 +193,8 @@ void ft4_encode(const uint8_t* payload, uint8_t* tones)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void ft2_encode(const uint8_t* payload, uint8_t* tones)
|
||||
{
|
||||
ft4_encode(payload, tones);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user