Skip to content

Commit

Permalink
Ham: fine tuned value of T-TWR V2.1 speaker volume [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Mar 2, 2024
1 parent d58ff02 commit a5165a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/firmware/source/SoftRF/src/platform/ESP32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1715,7 +1715,7 @@ static void ESP32_post_init()
I2S_PIN_NO_CHANGE,
SOC_GPIO_PIN_TWR2_PDM_AUX,
I2S_PIN_NO_CHANGE);
Audio_Sink->SetGain(/* 0.0625 */ 0.125 /* 0.25 */);
Audio_Sink->SetGain(/* 0.25 */ 0.5 /* 1 */);

play_file(filename);

Expand Down

0 comments on commit a5165a1

Please sign in to comment.