Skip to content

Commit ce52407

Browse files
swoboda1337claude
andcommitted
[es8311] Remove MIN and MAX from mic_gain documentation
These are sentinel values for enum bounds and should not be used as actual configuration values. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c803554 commit ce52407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/components/audio_dac/es8311.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ audio_dac:
2727
- **sample_rate** (*Optional*, positive integer): I2S sample rate. Defaults to `16000`.
2828
- **use_mclk** (*Optional*, bool): Use the MCLK signal to control the clock. Defaults to `True`.
2929
- **use_microphone** (*Optional*, bool): Configure the codec's ADC to use PDM microphone input instead of analog. Defaults to False.
30-
- **mic_gain** (*Optional*, enum): The gain applied to the ADC microphones. One of `MIN`, `0DB`, `6DB`, `12DB`, `18DB`, `24DB`, `30DB`, `36DB`, `42DB`, or `MAX`. Defaults to `42DB`.
30+
- **mic_gain** (*Optional*, enum): The gain applied to the ADC microphones. One of `0DB`, `6DB`, `12DB`, `18DB`, `24DB`, `30DB`, `36DB`, `42DB`. Defaults to `42DB`.
3131
- **address** (*Optional*, int): The I²C address of the driver. Defaults to `0x18`.
3232
- **i2c_id** (*Optional*): The ID of the [I²C bus](/components/i2c) the ES8311 is connected to.
3333
- All other options from [Audio DAC](/components/audio_dac#config-audio_dac).

0 commit comments

Comments
 (0)