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 2b15749 commit 46ca6daCopy full SHA for 46ca6da
src/Audio.h
@@ -2,7 +2,7 @@
2
* Audio.h
3
*
4
* Created on: Oct 26,2018
5
- * Updated on: Jun 20,2022
+ * Updated on: Jun 22,2022
6
* Author: Wolle (schreibfaul1)
7
*/
8
@@ -409,8 +409,8 @@ class Audio : private AudioBuffer{
409
WiFiClient client; // @suppress("Abstract class cannot be instantiated")
410
WiFiClientSecure clientsecure; // @suppress("Abstract class cannot be instantiated")
411
WiFiClient* _client = nullptr;
412
- i2s_config_t m_i2s_config; // stores values for I2S driver
413
- i2s_pin_config_t m_pin_config;
+ i2s_config_t m_i2s_config = {}; // stores values for I2S driver
+ i2s_pin_config_t m_pin_config = {};
414
415
const size_t m_frameSizeWav = 1600;
416
const size_t m_frameSizeMP3 = 1600;
0 commit comments