Merge pull request #239 from m0vse/FM

Change FM cal levels
This commit is contained in:
Jonathan Naylor 2020-04-28 09:55:31 +01:00 committed by GitHub
commit 13993891ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)