Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiling error -> Blynk #21

Open
no-Legend opened this issue Jul 24, 2024 · 0 comments
Open

compiling error -> Blynk #21

no-Legend opened this issue Jul 24, 2024 · 0 comments

Comments

@no-Legend
Copy link

Hi,

just want to compile the software.
But I'm facing a problem with the compiling process.
Arduino is still aborting: Compilation error: exit status 1

Here is the full error message:
In file included from /Users/robert/Documents/_AppSupport/Arduino/libraries/Blynk/src/BlynkApiArduino.h:14, from /Users/robert/Documents/_AppSupport/Arduino/libraries/Blynk/src/BlynkSimpleEsp32.h:20, from /Volumes/ROBETRA/Documents/70_Projekte/_3d-druck/solar-weather-station/SW/weather/weather.ino:63: /Users/robert/Documents/_AppSupport/Arduino/libraries/Blynk/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"

I'm using the newest libraries which are able to download inside of the Arduino app.
I want to use Mqtt and no other service. No Blynk and no Thinkspeak.
Also inside the secret.h everything is marked with //
//========================= Enable Blynk, MQTT or Thingspeak =================================== //const String App = "BLYNK"; // alternative is line below //const String App = "Thingspeak"; // alternative is line above const String App = "MQTT"; // alternative is line below

Any advice hoe to solve this problem?

Cheers Robert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant