Blynk 1.0.1 unable to compile for atmega1284p

I am working on a project where I am using an atmega1284p. till version 1 I used to compile without issues. with version 1.0.1 an error pops up and won’t compile. can this be fixed?

Also
While running code version 1 with a new device created and token key inserted in the code I am getting an invalid token! is this a server issue?


/ _ )/ /_ _____ / /__
/ _ / / // / _ / '/
/
//_, /////_
/
__/ v1.0.0-beta.2 on Arduino

[2379] Connecting to blynk-cloud.com:80
[2571] Invalid auth token

It’s impossible to say without seeing your code and your compiler error.

Is this a Blynk IoT token or a Blynk Legacy token?

If you are using Blynk Legacy then you should be running library version 0.6.1
If you are using Blynk IoT then you should be using library version 1.0.1

When you post your code and compiler messages then use triple backticks at the beginning and end of each.
Triple backticks look like this:
```

You should also include full details of exactly what hardware you are using.

Pete.