Wifi Setup Auth Token: Please match the requested format ?!?

Hi ! I have problem when fill Auth Token on wifi setup Config Page. I just copy Token and paste into form but It alway “Please match the requested format” ?!?
I build project from examples/Blynk.Inject/Template_ESP8266

Auth Token

I think the format of the auth codes changed a while ago, so make sure that you’re using version 0.6.1 of the Blynk library.

The expected format is defined in row 59 of ConfigMode.h, so if it needs to be updated then that’s where you’d need to look.

However, as I understand it provisioning is a demo system and you’d probably be better using one of the WiFiManager type of alternatives instead.

Pete.

Ok, thanks ! :slight_smile: