Error compliation ChatServer

Hello everyone, I am starting with the web editor and there are similar problems that with Arduno IDE, but I do not know how to solve it in Web Editor.
The error that gives me when compiling is "cannot declares variable 'server' to be of abstract type 'ethernetserver'". , I was able to solve it by modifying the Ethernet library, but my question is like solving the Arduino website.
I would be grateful for help.

You can import the modified Ethernet library to Arduino Web Editor:

  1. Make a .zip file containing the entire Ethernet folder of the modified library.
  2. Select "Libraries" from the Arduino Web Editor's sidebar menu
  3. Click the upward pointing arrow button ("Import").
  4. You might now get a dialog about importing your sketchbook. If so, click the IMPORT button.
  5. Select the .zip file you created.
  6. Click the Open button.
  7. Wait for the dialog to show that the library was successfully uploaded.

You should now be able to compile your sketch without getting that error.

Rapid and clear. Thank you so much.

You're welcome. I'm glad if I was able to be of assistance. Enjoy!
Per

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.