mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 14:36:21 +02:00
Slight tweak to the mark and space.
This commit is contained in:
+2
-2
@@ -142,11 +142,11 @@ void CAX25TX::writeBit(bool b)
|
||||
q15_t value = AUDIO_TABLE_DATA[m_tablePtr];
|
||||
|
||||
if (b) {
|
||||
m_tablePtr += 11U;
|
||||
} else {
|
||||
// De-emphasise the lower frequency by 6dB
|
||||
value >>= 2;
|
||||
m_tablePtr += 6U;
|
||||
} else {
|
||||
m_tablePtr += 11U;
|
||||
}
|
||||
|
||||
buffer[i] = value;
|
||||
|
||||
Reference in New Issue
Block a user