-
Notifications
You must be signed in to change notification settings - Fork 438
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
Compilation error: cannot declare variable 'server' to be of abstract type 'EthernetServer.. #333
Comments
Don't forget to provide your code. |
It is this code from M5Stack examples: |
hello, @yltsa
Also, the argument to the begin function will probably not be necessary.
|
As Lovyan said, and these pins don't work with the M5CoreS3 either, Only work for M5Fire, M5Basic, M5Gray |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I try to compile
examples/Modules/Base_PoE/LAN_W5500/WebServer/WebServer.ino Arduino example.
There comes always this error:
Compilation error: cannot declare variable 'server' to be of abstract type 'EthernetServer'
The board is CoreS3,
The text was updated successfully, but these errors were encountered: