-
Notifications
You must be signed in to change notification settings - Fork 26
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
Slight improvements to use this library with native ESP8266 Ethernet drivers such as lwIP_enc28j60 #32
base: main
Are you sure you want to change the base?
Conversation
I'd rather a solution that do not force to modify existing examples. This direction would break all former code using older versions. I guess using preprocessor directives like |
Only by restarting the device and applying the connection settings, it is possible to change the mode from WiFi to Ethernet at runtime. In this case, the preprocessor is not a good solution. While using weak functions allows you to use this library on other platforms ( which support AsyncUDP ) with a few changes. |
I changed the default of weak functions to be compatible with the old versions ..... |
Conflicts were resolved ..... |
Hi @gmag11
I added some weak functions to use this library with native ESP8266 Ethernet drivers such as lwIP_enc28j60
( Sorry I made a mistake in creating pull request, please delete my invalid pull requests )