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 bdfd905 commit 796a858Copy full SHA for 796a858
src/AudioLibs/VS1053Stream.h
@@ -51,6 +51,10 @@ class VS1053BaseStream : public AudioStreamX {
51
if (p_vs1053->getChipVersion() == 4) { // Only perform an update if we really are using a VS1053, not. eg. VS1003
52
p_vs1053->loadDefaultVs1053Patches();
53
}
54
+
55
+ delay(100);
56
+ setVolume(VS1053_DEFAULT_VOLUME);
57
58
return true;
59
60
@@ -260,8 +264,6 @@ class VS1053Stream : public AudioStreamX {
260
264
case TX_MODE:
261
265
p_out->begin(cfg);
262
266
p_driver->begin();
263
- delay(100);
- setVolume(VS1053_DEFAULT_VOLUME);
267
result = true;
268
break;
269
#if VS1053_EXT
0 commit comments