AngeloCasi / FUGU-ARDUINO-MPPT-FIRMWARE

An open source Arduino ESP32 MPPT Charger firmware equipped with charging algorithms, WiFi, LCD menus & more!
Creative Commons Zero v1.0 Universal
501 stars 125 forks source link

BlynkApi.h:39:6 #28

Open 19-Sergey-92 opened 11 months ago

19-Sergey-92 commented 11 months ago

Hello I was never able to assemble the project. When compiling, it gives an error: /home/serhii/Arduino/libraries/blynk-library-master/src/Blynk/BlynkApi.h:39:6: error: #error "Please specify your BLYNK_TEMPLATE_ID and BLYNK_TEMPLATE_NAME" I entered the data obtained from Blynk, tried different options. I will give a fragment of the code (ARDUINO_MPPT_FIRMWARE_V1.1.ino): ... / Fill-in information from Blynk Device Info here /

define BLYNK_TEMPLATE_ID "TMPL4EZ-M8ZNG"

define BLYNK_TEMPLATE_NAME "Quickstart Device"

define BLYNK_AUTH_TOKEN "AQt5HJvwlsb8iFpShv7c0FQ8k9pgK7lF"

... char auth[] = "AQt5HJvwlsb8iFpShv7c0FQ8k9pgK7lF",// USER PARAMETER - Input Blynk Authentication Token (From email after registration) ssid[] = "My Wi-Fi Home", // USER PARAMETER - Enter Your WiFi SSID pass[] = "9P5TJ0ENy9Jye6He"; // USER PARAMETER - Enter Your WiFi Password ...

What could be the problem?

brokecanadian commented 9 months ago

hi

a add the same problem a down graded the version of blynk(1.0.1) the errors never show up after .the app change the lagacy version no longer exist