Skip to content
Snippets Groups Projects
Unverified Commit c13e9ed2 authored by Erwin Ried's avatar Erwin Ried Committed by GitHub
Browse files

Merge pull request #101 from jwetzell/fix-mictx-gain

Fix MicTX gain when using decimal values
parents 645a781a 0b12f68a
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,8 @@ private:
ToneGen tone_gen { };
ToneGen beep_gen { };
uint32_t divider { }, audio_gain { };
uint32_t divider { };
float audio_gain { };
uint64_t power_acc { 0 };
uint32_t power_acc_count { 0 };
bool play_beep { false };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment