sstaub / Ethernet3

Ethernet library for Arduino and Ethernetshield2 / WIZ550io / WIZ850io / USR-ES1 with Wiznet W5500 chip
Other
76 stars 34 forks source link

Move example sketch to its own folder #19

Closed per1234 closed 6 years ago

per1234 commented 6 years ago

The Arduino IDE opens all files from a sketch folder as tabs of one project. So multiple sketches in the same folder causes compilation to fail with "redefinition of" errors.

sstaub commented 6 years ago

the folder should not contain .ino in the folder name

per1234 commented 6 years ago

Oops. Sorry about that. I have fixed the folder name now.