From 7d4b302cb4f6ae6ebab349115eafd96353f5e9e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Grome=C5=A1?= Date: Tue, 6 Mar 2018 21:13:45 +0100 Subject: [PATCH] Update api_test.ino --- examples/api_test/api_test.ino | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/api_test/api_test.ino b/examples/api_test/api_test.ino index f8cf9167..0546edc9 100644 --- a/examples/api_test/api_test.ino +++ b/examples/api_test/api_test.ino @@ -19,7 +19,7 @@ void setup() { } Serial.print("[ESP8266] Joining AP ... "); - state = wifi.join("Tenda", "Student20-X13"); + state = wifi.join("SSID", "PASSWORD"); if(state == ERR_NONE) { Serial.println("success!"); } else { @@ -45,8 +45,6 @@ void setup() { } void loop() { - //wifi.send("GET / HTTP/1.1\r\nHost: www.google.com\r\nConnection: close\r\n\r\n"); - //lora.transmit(pack); //bluetooth.println("Hello World! (by Blueooth)");