Problem compile with new library version 1.0.0

I have problem when compiling project with blynk library V.1.0.0 . board arduino nano with SIM800L
But everything is fine when downgrade to V 0.6.1. Please help

Arduino: 1.8.13 (Windows 10), Board: “Arduino Nano, ATmega328P”

In file included from C:\Users\USER\Documents\Arduino\libraries\Blynk\src/Blynk/BlynkApi.h:38:0,

from C:\Users\USER\Documents\Arduino\libraries\Blynk\src/BlynkApiArduino.h:14,

from C:\Users\USER\Documents\Arduino\libraries\Blynk\src/Adapters/BlynkGsmClient.h:46,

from C:\Users\USER\Documents\Arduino\libraries\Blynk\src/BlynkSimpleTinyGSM.h:14,

from C:\Users\USER\Documents\Arduino\BLYNK_GSM\BLYNK_GSM.ino:7:

C:\Users\USER\Documents\Arduino\libraries\Blynk\src/Blynk/BlynkConsole.h:20:10: fatal error: functional: No such file or directory

I’d stick with version 0.6.1 unless you’re running Blynk.360 and Blynk.Edgent code.

Pete.

1 Like

Yes, I using Blynk.360. I have added this in top my code
#define BLYNK_TEMPLATE_ID “xxxx”
#define BLYNK_DEVICE_NAME “xxxx”
I try using example project without change anything but get same result

This seems to indicate that your library isn’t correctly installed.

Can you see a file called BlynkConsole.h at that path?

If the file exists then maybe raise an issue here:

Pete.

Ok thankyou Pete