We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8177b53 commit 1a8c6fbCopy full SHA for 1a8c6fb
examples/README_ESP32.md
@@ -57,7 +57,7 @@ for example:
57
- **buffer_size**
58
- maximum is 2048
59
- minimum is number of channels
60
- - number needs to be devisible by number of channels
+ - number needs to be divisible by number of channels
61
- care must be taken because some streams in audio tools can not exceed 1024 bytes
62
63
## Example Configuration
@@ -74,7 +74,7 @@ adcConfig.adc_channels[1] = ADC_CHANNEL_5;
74
```
75
76
## ADC unit 1 channels on common ESP32 boards
77
-Audio tools continous ADC framewaork supports ADC Unit 1 only.
+Audio tools continuous ADC framework supports ADC Unit 1 only.
78
79
### Sparkfun ESP32 Thing Plus (ESP32)
80
- A2, ADC1_CH6
0 commit comments