Skip to content

Commit 1a8c6fb

Browse files
authored
Fix typo in README_ESP32.md (#2215)
1 parent 8177b53 commit 1a8c6fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README_ESP32.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for example:
5757
- **buffer_size**
5858
- maximum is 2048
5959
- minimum is number of channels
60-
- number needs to be devisible by number of channels
60+
- number needs to be divisible by number of channels
6161
- care must be taken because some streams in audio tools can not exceed 1024 bytes
6262

6363
## Example Configuration
@@ -74,7 +74,7 @@ adcConfig.adc_channels[1] = ADC_CHANNEL_5;
7474
```
7575

7676
## ADC unit 1 channels on common ESP32 boards
77-
Audio tools continous ADC framewaork supports ADC Unit 1 only.
77+
Audio tools continuous ADC framework supports ADC Unit 1 only.
7878

7979
### Sparkfun ESP32 Thing Plus (ESP32)
8080
- A2, ADC1_CH6

0 commit comments

Comments
 (0)