Skip to content

Commit

Permalink
ESP32 ADC delete shadowed sample_rate
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Nov 12, 2023
1 parent ec451e1 commit 8e7403e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AudioAnalog/AnalogConfigESP32V1.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class AnalogConfigESP32V1 : public AudioInfo {
adc_digi_output_format_t adc_output_type = ADC_OUTPUT_TYPE;
uint8_t adc_attenuation = ADC_ATTEN_DB_0;
uint8_t adc_bit_width = SOC_ADC_DIGI_MAX_BITWIDTH;
//uint32_t sample_rate = SOC_ADC_SAMPLE_FREQ_THRES_LOW;
/// ESP32: ADC_CHANNEL_6, ADC_CHANNEL_7; others ADC_CHANNEL_2, ADC_CHANNEL_3
adc_channel_t adc_channels[2] = ADC_CHANNELS;

Expand Down

0 comments on commit 8e7403e

Please sign in to comment.