\appdata\local\arduino15\packages\esp32\tools\xtensa-esp32-elf-gcc\esp-2021r2-patch5-8.4.0\xtensa-esp32-elf\include\c++\8.4.0\bits\allocator.h:46:10: fatal error: bits/c++allocator.h: No such file or directory #include <bits/c++allocator.h> // Define the base class to std::allocator.
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Error compiling for board ESP32 Wrover Module.
So the compiler is telling you that your sketch folder doesn’t contain a sub-folder called /bits with a file in it called c++allocator.h
Nothing at all to do with Blynk though.
BTW, when you post code, compiler error messages, serial monitor output etc in future please post these as text, with triple backticks at the beginning and end, not as screenshots.