First time using Blynk/Wi-Fi

Hi
First time trying Wi-Fi and first time trying Blynk
From Blynk
#define BLYNK_TEMPLATE_ID “TMPLQLHnLNOj”
#define BLYNK_DEVICE_NAME “RelayV1”
#define BLYNK_AUTH_TOKEN “C5qZRh5-t2gWyplzOb14lKcRB1Bpc5We”
From Program
// You should get Auth Token in the Blynk App.
#define BLYNK_TEMPLATE_ID “TMPLQLHnLNOj”
#define BLYNK_DEVICE_NAME “RelayV1”
#define BLYNK_AUTH_TOKEN “C5qZRh5-t2gWyplzOb14lKcRB1Bpc5We”

But I get this…

0 ��
� �� � ���C� ��[68] Connecting to vodafone981DF0
[6299] Connected to WiFi
[6299] IP: 192.168.1.221
[6299]
___ __ __
/ _ )/ /_ _____ / /__
/ _ / / // / _ / '/
/
//_, /////_
/
__/ v0.6.1 on ESP8266

[6376] Connecting to blynk-cloud.com:8080
[6877] Invalid auth token
[15375] Connecting to blynk-cloud.com:8080
[16004] Invalid auth token

Any thoughts anybody?

Also is there a way to contact the Blynk people to see if I’ve set things up properly?

Post your whole sketch please and don’t forget to add triple backticks ( ``` ) before and after your whole sketch.

That’s because you are not using the latest version of blynk library which is 1.0.1, you are using blynk legacy library 0.6.1

I will updata and retry, thanks