Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ESP32-audioI2S
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
ESP32-audioI2S
Commits
46ca6dab
Unverified
Commit
46ca6dab
authored
Jun 22, 2022
by
Wolle
Committed by
GitHub
Jun 22, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix #322
parent
2b15749c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/Audio.h
src/Audio.h
+3
-3
No files found.
src/Audio.h
View file @
46ca6dab
...
...
@@ -2,7 +2,7 @@
* Audio.h
*
* Created on: Oct 26,2018
* Updated on: Jun 2
0
,2022
* Updated on: Jun 2
2
,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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment