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 7d3b5e8 commit ec440e7Copy full SHA for ec440e7
examples/build-arch-log.txt
@@ -1,2 +1,4 @@
1
esp32:esp32:esp32 ./examples-stream/streams-generator-serial -> rc=0
2
esp32:esp32:esp32c3 ./examples-stream/streams-generator-serial -> rc=0
3
+esp32:esp32:esp32s3 ./examples-stream/streams-generator-serial -> rc=0
4
+esp32:esp32:esp32s2 ./examples-stream/streams-generator-serial -> rc=0
src/AudioAnalog/AnalogAudioArduino.h
@@ -23,6 +23,12 @@ class AnalogAudioArduino : public BaseStream {
23
public:
24
AnalogAudioArduino() = default;
25
26
+ /// provides the default configuration
27
+ AnalogConfigStd defaultConfig(){
28
+ AnalogConfigStd def;
29
+ return def;
30
+ }
31
+
32
bool begin(AnalogConfigStd cfg) {
33
TRACED();
34
config = cfg;
0 commit comments