Mobile Blynk app (NodeMCU “Wasn’t online yet”)

okayy i’ll try it, thank you

A post was split to a new topic: Device wasn’t online yet [more info required]

I’ve just looked at this again and noticed a problem.
You’ve used commas as separators in your IP address string rather than full stops.
Your code should say:

  Blynk.begin(auth, ssid, pass, "188.166.206.43", 8080);

Pete.