Fish feeder amount + deep sleep interval

I’m pretty sure this code won’t compile, as you’re missing a closing curly bracket at the end of your BLYNK_WRITE(V2) function.

You can’t use blocking delays like this in Blynk, it won’t work.

Read this:

I’m not sure what you’re trying to achieve with this:

but it almost certainly isn’t doing what you expected.

Pete.