Update api_test.ino

pull/1/head
Jan Gromeš 2018-03-06 21:13:45 +01:00 zatwierdzone przez GitHub
rodzic f93d12aa9b
commit 7d4b302cb4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

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