8000 Web Server Test by me-no-dev · Pull Request #1 · me-no-dev/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Web Server Test #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jul 5, 2016
Prev Previous commit
Next Next commit
no go jenkins
  • Loading branch information
Me No Dev committed Jul 4, 2016
commit 01434e0a4be918e0c5263e79addb6740ba4f8f66
1 change: 1 addition & 0 deletions tests/device/test_http_server/test_http_server.ino
730C
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ static ESP8266WebServer server(80);
static uint32_t siteHits = 0;
static String siteData = "";


void setup()
{
Serial.begin(115200);
Expand Down
0