tune(bt): gain micro a 3
Repo State / repo-state (push) Failing after 31s

This commit is contained in:
clement
2026-06-19 17:41:31 +02:00
parent 935772c1b1
commit 452f3efcf6
+1 -1
View File
@@ -41,7 +41,7 @@ static TaskHandle_t s_task = NULL;
/* --- Gain numerique SCO (avec saturation) --- */
#define SCO_PLAY_GAIN 4 /* downlink : PCM mobile -> ecouteur */
#define SCO_MIC_GAIN 2 /* uplink : micro -> mobile */
#define SCO_MIC_GAIN 3 /* uplink : micro -> mobile */
static inline int16_t sat16(int32_t v)
{
if (v > 32767) return 32767;