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

This commit is contained in:
clement
2026-06-19 15:43:18 +02:00
parent f8e3dfb442
commit f9283bc14f
+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 4 /* uplink : micro -> mobile */
#define SCO_MIC_GAIN 2 /* uplink : micro -> mobile */
static inline int16_t sat16(int32_t v)
{
if (v > 32767) return 32767;