Unverified Commit 46ca6dab authored by Wolle's avatar Wolle Committed by GitHub

fix #322

parent 2b15749c
......@@ -2,7 +2,7 @@
* Audio.h
*
* Created on: Oct 26,2018
* Updated on: Jun 20,2022
* Updated on: Jun 22,2022
* Author: Wolle (schreibfaul1)
*/
......@@ -409,8 +409,8 @@ private:
WiFiClient client; // @suppress("Abstract class cannot be instantiated")
WiFiClientSecure clientsecure; // @suppress("Abstract class cannot be instantiated")
WiFiClient* _client = nullptr;
i2s_config_t m_i2s_config; // stores values for I2S driver
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 = {};
const size_t m_frameSizeWav = 1600;
const size_t m_frameSizeMP3 = 1600;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment