File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,20 @@ microphone:
8989 pdm: false
9090` ` `
9191
92+ # ## ICS-43434
93+
94+ ` ` ` yaml
95+ microphone:
96+ - platform: i2s_audio
97+ i2s_din_pin: GPIOXX
98+ adc_type: external
99+ pdm: false
100+ sample_rate: 48000
101+ bits_per_sample: 32bit
102+ channel: left
103+ use_apll: true
104+ ` ` `
105+
92106# # See also
93107
94108- {{< docref "index/" >}}
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ the encryption key has changed.
136136> Because of this, `ping-pong` is only recommended to be used for state transmissions, which are updated periodically
137137> at `update_interval`.
138138
139- ** Security considerations**
139+ # ## Security considerations
140140
141141The encryption used is [XXTEA](https://en.wikipedia.org/wiki/XXTEA) which is fast and compact. Although XXTEA is known
142142to be susceptible to a chosen-plaintext attack, such an attack is not possible with this application, and it otherwise
You can’t perform that action at this time.
0 commit comments