Blynk/BlynkHelpers.h

Have done a library update as suggested in the IDE however now when compiling existing working code I get the error;

fatal error: Blynk/BlynkHelpers.h: No such file or directory
#include <Blynk/BlynkHelpers.h>

A search shows nothing for BlynkHelpers, any one have an idea?
I do have BlynkHelpers.cpp in the SRC folder, perhaps rename to .h ??
Any advice is appriciated :slight_smile:

You should probably post your full sketch, and your full compiler error message.

When you do this you need to put triple backticks at the begging and end of your code, and at the beginning and end of your compiler text.

Triple backticks look like this:
```

Copy and paste these if you can’t find the correct character on your keyboard.

Pete.

I have rolled back from Blynk 1.3.2 to 1.2.0 and all good again :confused: