-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ethernet support? #205
Comments
You have to put a compiler flag into pio.ini so the lib knows you are using ethernet. |
platformio.ini build_flags =
-D PSY_ENABLE_ETHERNET=1 |
You mean V2? I try to migrate but many error, seem not have any guide to migrate.
Do you have commit or guide help migrate from the V1, I check this 5cbdc52 but it not all |
Oh yeah, it's in V2 sorry. I belive v1 also supports ethernet. V2 is in development and there are no migration guide yet |
Seem like the lib not support Ethernet. I try the lib with LAN 8720A chip but the Ethernet not working.
The text was updated successfully, but these errors were encountered: