Change FM cal levels

This commit is contained in:
m0vse 2020-04-28 09:51:11 +01:00
parent 172ac615a8
commit 849c2a0f50
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ CCalFM::CCalFM() :
m_tone(NULL),
m_frequency(0),
m_length(0),
m_level(128*128),
m_level(128*32),
m_transmit(false),
m_lastState(STATE_IDLE),
m_audioSeq(0)