Webduino icon indicating copy to clipboard operation
Webduino copied to clipboard

Arduino WebServer library

Results 18 Webduino issues
Sort by recently updated
recently updated
newest added

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=='...

Hi, I have an issue while compiling code with the Webserver.h library and the version 1.06 of the Arduino IDE (there are no error with version 1.05) Typical error messages...

addCommand does not return a status, therefore there is no indication that use that would exceed the array bounds of the m_commands array has been dropped. Therefore a default maximum...

I'm using Webduino library for implementing a REST API, and while coding and testing, I realized that, when submitting a request by using PUT verb, the application fails. If I...

The sketch in the resource link to "A Wedbuino based file server" does not work without the "setUrlPathCommand".

What steps will reproduce the problem? 1. Use standard demo with /form url for digital output control through radio buttons 2. Use a long latency connection, like radiolink in my...

OPTIONS is now the last method (of those I'm aware of and which should be supported) which has not been implemented if anyone grabs this issue before me (I probably...

Using arduino 1.0 with 1.0rc1 branche webduino. Telnet to webduino and type any character the arduino lock's up. Connecting to webduino via a browser works fine. Telnet to previous versions...