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
0b689568
Unverified
Commit
0b689568
authored
Feb 08, 2024
by
Wolle
Committed by
GitHub
Feb 08, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update M5StackNode.ino
parent
ad623963
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/M5StackNode/M5StackNode.ino
examples/M5StackNode/M5StackNode.ino
+1
-1
No files found.
examples/M5StackNode/M5StackNode.ino
View file @
0b689568
...
...
@@ -33,7 +33,7 @@ void setup() {
dac
.
setHPvol
(
32
,
32
);
/* Setup wm8978 I2S interface */
audio
.
setPinout
(
I2S_BCK
,
I2S_WS
,
I2S_DOUT
,
I2S_
DIN
,
I2S_
MCLKPIN
);
audio
.
setPinout
(
I2S_BCK
,
I2S_WS
,
I2S_DOUT
,
I2S_MCLKPIN
);
WiFi
.
begin
(
"xxx"
,
"xxx"
);
while
(
!
WiFi
.
isConnected
())
{
...
...
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