Kurmak istediğim şey ESP8266 NodeMCU ile internet uzerinden canlı bir veriyi LCD 16x2 ekrana yazdırmak ancak programı seri porttan takip ettiğimde reconnecting Wi-Fi bloğuna giriyor ve IP alamıyor nerede yanlış yapıyorum acaba bilen soyleyebilir mi?

#İnclude
#İnclude
#İnclude

Liquidcrystal_ı2C LCD(0x27, 16, 2);

Const char* SSID = "ağ adı";
Const char* password = "şifre";
Const char* host = "api.thingspeak.com";
Const int httpportread = 80;

Const char* URL1 = "/apps/thinghttp/send_request?api_key=***********";

İnt to_remove;

String altın, data_raw, data_raw_1, data_raw_2, data_raw_3;

Wificlient Client;
Httpclient HTTP;

Void setup()


Void loop()
}
Else.

http.end();
}
Else.

while(WiFi.status() !=WL_CONNECTED)


lcd.clear();
LCD. Setcursor(0, 0);
LCD. Print("altın");
LCD. Setcursor(5, 1);
LCD. Print(altın);
Delay(5000);
}