From 65a77b1ea0b827209ba87395b4e0fa5b84c3d780 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Thu, 6 Jul 2023 11:54:07 -0700 Subject: [PATCH] fix audio enabled command --- docs/configuration/module-config/audio.mdx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/configuration/module-config/audio.mdx b/docs/configuration/module-config/audio.mdx index 6e13bc46..ba6696f1 100644 --- a/docs/configuration/module-config/audio.mdx +++ b/docs/configuration/module-config/audio.mdx @@ -95,15 +95,15 @@ All audio module config options are available in the python CLI. Example command ::: -| Setting | Acceptable Values | Default | -| :-----------: | :-----------------------------------------------------------------------------------------------------------------------------: | :----------------------: | -| audio.enabled | `true`, `false` | `false` | -| audio.ptt_pin | GPIO Pin Number 1-39 | Default of `39` is Unset | -| audio.bitrate | `CODEC2_DEFAULT` `CODEC2_3200` `CODEC2_2400` `CODEC2_1600` `CODEC2_1400` `CODEC2_1300` `CODEC2_1200` `CODEC2_700B` `CODEC2_700` | `CODEC2_DEFAULT` | -| audio.i2s_ws | GPIO Pin Number 1-34 | no Default | -| audio.i2s_sd | GPIO Pin Number 1-39 | no Default | -| audio.i2s_din | GPIO Pin Number 1-34 | no Default | -| audio.i2s_sck | GPIO Pin Number 1-34 | no Default | +| Setting | Acceptable Values | Default | +| :----------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :----------------------: | +|audio.codec2_enabled| `true`, `false` | `false` | +| audio.ptt_pin | GPIO Pin Number 1-39 | Default of `39` is Unset | +| audio.bitrate | `CODEC2_DEFAULT` `CODEC2_3200` `CODEC2_2400` `CODEC2_1600` `CODEC2_1400` `CODEC2_1300` `CODEC2_1200` `CODEC2_700B` `CODEC2_700` | `CODEC2_DEFAULT` | +| audio.i2s_ws | GPIO Pin Number 1-34 | no Default | +| audio.i2s_sd | GPIO Pin Number 1-39 | no Default | +| audio.i2s_din | GPIO Pin Number 1-34 | no Default | +| audio.i2s_sck | GPIO Pin Number 1-34 | no Default | :::tip