Problem with "Home automation wasn't online yet " in blynk app, plz help me

[Unformatted code removed by moderator]

Please edit your post and add triple backticks ( ``` ) before and after your sketch.

Should I have to add triple blacklist for code??

You add triple backticks so that the code displays correctly in the forum.

Pete.

Sir plz show me a example to understand better.

triple backticks

oh OK OK

[Unformatted code removed by moderator]

[Unformatted code removed by moderator]

Wrong character, triple backticks look like this ```

#define BLYNK_PRINT Serial
#include <ESP8266WiFi.h>
#include <BlynkSimpleEsp8266.h>

char auth[] = "VfhFBBSm19xN03B3BW5k1WGwbVUxN-fH"; // the auth code that you got on your gmail
char ssid[] = "Muqthadir"; // username or ssid of your WI-FI
char pass[] = "muqthadir"; // password of your Wi-Fi

void setup()
{
// Debug console
Serial.begin(9600);
pinMode(D1,OUTPUT); //extend these to D8 if you are using a 8 pin relay
pinMode(D2,OUTPUT);
pinMode(D3,OUTPUT);
pinMode(D4,OUTPUT);

digitalWrite(D1,HIGH); // Make it low if you want everything to go off
digitalWrite(D2,HIGH); // in case of a power cut
digitalWrite(D3,HIGH);
digitalWrite(D4,HIGH);
Blynk.begin(auth, ssid, pass);
}

void loop()
{
Blynk.run();
}

I got it!

Okay, now you should provide more details like, blynk legacy or IOT, library version, etc.

Okay plz tell me more details to understand it because Iam 9th grade, so I don’t have any idea of this website.

Open the blynk app and take a screenshot.