Skip to content

Commit

Permalink
PIDController
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Nov 7, 2023
1 parent 7e2a8f6 commit 8938d8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AudioAnalog/AnalogConfigESP32V1.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ class AnalogConfigESP32V1 : public AudioInfo {
int adc_bit_width = SOC_ADC_DIGI_MAX_BITWIDTH;
/// ESP32: ADC_CHANNEL_6, ADC_CHANNEL_7; others ADC_CHANNEL_2, ADC_CHANNEL_3
adc_channel_t adc_channels[2] = ADC_CHANNELS;
#ifdef HAS_ESP32_DAC
/// ESP32: DAC_CHANNEL_MASK_CH0 or DAC_CHANNEL_MASK_CH1
dac_channel_mask_t dac_mono_channel = DAC_CHANNEL_MASK_CH0;

#endif
/// Default constructor
AnalogConfigESP32V1(RxTxMode rxtxMode=TX_MODE) {
sample_rate = 44100;
Expand Down

0 comments on commit 8938d8f

Please sign in to comment.