Template-ID,Name and Token not recognized

Hallo,
I transferred a sample sketch to my NodeMCU to try out Blynk2.0. I received the error message “Compilation error: exit status 1” (see picture). In the Blynk console, however, I set everything correctly and copied it into the program. The server region is fra1. Why am I still getting this error?

Hi @Oscar_24,

You need to replace #define BLYNK_DEVICE_NAME “Temperatur” to #define BLYNK_TEMPLATE_NAME “Temperatur”

Dmitriy from Blynk