In file included from C:\Users\charan\Documents\Arduino\libraries\blynk-library-master\src/BlynkApiArduino.h:14,
from C:\Users\charan\Documents\Arduino\libraries\blynk-library-master\src/BlynkSimpleEsp32.h:20,
from C:\Users\charan\Downloads\charan\ESP32\ESP32_Project\FUGU-ARDUINO-MPPT-FIRMWARE-main\FUGU-ARDUINO-MPPT-FIRMWARE-main\ARDUINO_MPPT_FIRMWARE_V1.1\ARDUINO_MPPT_FIRMWARE_V1.1.ino:69:
C:\Users\charan\Documents\Arduino\libraries\blynk-library-master\src/Blynk/BlynkApi.h:39:6: error: #error “Please specify your BLYNK_TEMPLATE_ID and BLYNK_TEMPLATE_NAME”
39 | #error “Please specify your BLYNK_TEMPLATE_ID and BLYNK_TEMPLATE_NAME”
| ^~~~~
exit status 1
Error compiling for board ESP32 Dev Module.
When you post code, compiler error messages or serial monitor output to the forum you need to put triple backticks at the beginning and end of the code etc to ensure that it displays correctly.
Triple backticks look like this:
```
As far as your compilation error is concerned, you should read this link:
In future, it would probaly help if you did a quick search of the forum before posting your problem, as there’s a good chance that the answer is already available to you.
Pete.