1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 08:24:43 -04:00

Morse decoder: set text intensity according to decoding cost factor

This commit is contained in:
f4exb
2026-01-17 05:52:08 +01:00
parent 32837c7757
commit fedade27dd
3 changed files with 16 additions and 4 deletions
@@ -80,7 +80,7 @@ private:
void displaySampleRate(int sampleRate);
void updateChannelList();
bool handleMessage(const Message& message);
void textReceived(const QString& text);
void textReceived(const QString& text, float cost = 0.0f);
void updateMorseStats(float estPitch, float estWPM, float cost);
void makeUIConnections();