You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
C:\Program Files (x86)\Arduino\libraries\Ethernet/EthernetClient.h:27: note: virtual bool EthernetClient::operator==(const EthernetClient&)
The text was updated successfully, but these errors were encountered:
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.
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.
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)
C:\Program Files (x86)\Arduino\libraries\Ethernet/EthernetClient.h:27: note: virtual bool EthernetClient::operator==(const EthernetClient&)
The text was updated successfully, but these errors were encountered: