1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Move esp8266 platform from "arduino" into "esp8266com"

This commit is contained in:
Ivan Grokhotkov
2015-03-27 12:11:55 +03:00
parent 27d450ded6
commit d98efdbced
4 changed files with 17 additions and 9 deletions

View File

@ -12,7 +12,7 @@ const int led = 13;
void handle_root() {
digitalWrite(led, 1);
server.send(200, "text/plain", form);
server.send(200, "text/plain", "hello from esp8266!");
delay(100);
digitalWrite(led, 0);
}

View File

@ -0,0 +1,9 @@
name=ESP8266WebServer
version=1.0
author=Ivan Grokhotkov
maintainer=Ivan Grokhtkov <ivan@esp8266.com>
sentence=Simple web server library
paragraph=The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.
category=Communication
url=
architectures=esp8266