Ethernet Module #1617
Ethernet Module
#1617
-
what would be the route you would take to enable a ethernet module like the w5500 with its library to operate with your library instead of using the esp's wifi, some pointers be really fantastic to help me along on my way, |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Jul 11, 2024
Replies: 1 comment
-
Just initialize your module yourself and pass the client in the constructor of the URLStream. If it is for a microcontroller that does not support networking out of the box (e.g STM32), you would need to activate the URLStream in the AudioConfig.h as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
parabyte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just initialize your module yourself and pass the client in the constructor of the URLStream.
If it is for a microcontroller that does not support networking out of the box (e.g STM32), you would need to activate the URLStream in the AudioConfig.h as well.