1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

4 Commits

Author SHA1 Message Date
ficeto
29a8c57ff5 Revert "fixed typos, brought back LED to blink"
This reverts commit 6014297bf2e6e9eff1c4a695cf37b8723b8487cc.
2015-05-01 12:28:20 +03:00
ficeto
978dbebd70 fixed typos, brought back LED to blink 2015-05-01 11:51:06 +03:00
ficeto
81af3a061e adding extra finctionaity the the web server
void onNotFound(bool(void)) handler routes and errors not in the
defined handlers
int args() returns nubmer of currentarguments
String arg(int i) returns the "i" argument value
String argName(int i) returns the "i" argument name(key)
bool hasArg(const char * name) looks up if an argument exist by
seraching for it's key
2015-05-01 02:43:51 +03:00
Ivan Grokhotkov
cfda6cbd06 Add ESP8266WebServer library 2015-03-27 11:17:45 +03:00