GarageDoorOpener.ino not compiling - Arduino 1.0.6
Hi , I am new to Ardiuno. Getting following error during compiling GarageDoorOpener.ino
In file included from Webserver.cpp:4:
/Webduino.h: In member function 'int WebServer::read()':
Webduino.h:729: error: ambiguous overload for 'operator==' in '((WebServer*)this)->WebServer::m_client == 0'
/Webduino.h:729: note: candidates are: operator==(int, int)
Which version of the Arduino IDE are you using? This library was developed before the days of Arduino 1.0, and may have broken with recent Ethernet library changes.
Thanks for your response. I am using Arduino 1.0.6. This is my first project and I have very limited programming knowledge. Any help would be appreciated.
Thanks for your response. I am using Arduino 1.0.6.
This is my first project and I have very limited programming knowledge.
Any help would be appreciated.
Regards...Sudhar
Date: Mon, 19 Jan 2015 12:13:54 -0800 From: [email protected] To: [email protected] CC: [email protected] Subject: Re: [Webduino] GarageDoorOpener.ino not compiling - Arduino 1.0.6 (#63)
Which version of the Arduino IDE are you using? This library was developed before the days of Arduino 1.0, and may have broken with recent Ethernet library changes.
— Reply to this email directly or view it on GitHub.
=