Update api_test.ino

This commit is contained in:
Jan Gromeš 2018-03-06 21:13:45 +01:00 committed by GitHub
parent f93d12aa9b
commit 7d4b302cb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)");