Skip to content

Commit

Permalink
fix #322
Browse files Browse the repository at this point in the history
  • Loading branch information
schreibfaul1 authored Jun 22, 2022
1 parent 2b15749 commit 46ca6da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Audio.h
*
* Created on: Oct 26,2018
* Updated on: Jun 20,2022
* Updated on: Jun 22,2022
* Author: Wolle (schreibfaul1)
*/

Expand Down Expand Up @@ -409,8 +409,8 @@ class Audio : private AudioBuffer{
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;
Expand Down

0 comments on commit 46ca6da

Please sign in to comment.