Commit 8fe0911
ESP32 AudioOutputULP fixes (#579)
* Fix ULP on ESP32
CONFIG_IDF_TARGET_ESP32 is not yet defined before #include "AudioOutputULP.h"
* AudioOutputULP: Fix DAC2 stereo in case of DAC1+DAC2
* ULP - no ESP32S2 / S3
On ESP32S2 it compiles, but no audio is coming out
On ESP32S3 DAC is not supported
* Astyle
---------
Co-authored-by: Earle F. Philhower, III <earlephilhower@yahoo.com>1 parent 94f6879 commit 8fe0911
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
174 | 177 | | |
175 | 178 | | |
176 | 179 | | |
177 | | - | |
| 180 | + | |
178 | 181 | | |
179 | 182 | | |
180 | 183 | | |
| |||
270 | 273 | | |
271 | 274 | | |
272 | 275 | | |
| 276 | + | |
0 commit comments