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
386e108d
Unverified
Commit
386e108d
authored
Mar 18, 2022
by
Wolle
Committed by
GitHub
Mar 18, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #288 from tomole444/patch-1
typo in a comment
parents
058f132f
1c21c367
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Audio.cpp
src/Audio.cpp
+1
-1
No files found.
src/Audio.cpp
View file @
386e108d
...
...
@@ -437,7 +437,7 @@ bool Audio::connecttohost(const char* host, const char* user, const char* pwd) {
// initializationsequence
int16_t
pos_slash
;
// position of "/" in hostname
int16_t
pos_colon
;
// position of "
/
" in hostname
int16_t
pos_colon
;
// position of "
:
" in hostname
int16_t
pos_ampersand
;
// position of "&" in hostname
uint16_t
port
=
80
;
// port number
m_f_webstream
=
true
;
...
...
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