AudioWavServer is client connected #961
-
Hi Many Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Why don't you just look at the source code ? Hint if you look at the code you will find that the WiFiClient has a connected() method which is used in the logic of the AudioServer parent class as well. Please let me know if you need further help... |
Beta Was this translation helpful? Give feedback.
Why don't you just look at the source code ?
It should not be too difficult to figure this out yourself.
One of the big advantages of Arduino is, that you have access to the full source code.
Hint if you look at the code you will find that the WiFiClient has a connected() method which is used in the logic of the AudioServer parent class as well.
Please let me know if you need further help...