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

Compiler Fehler #2

Open
dolomiti70 opened this issue Aug 9, 2024 · 0 comments
Open

Compiler Fehler #2

dolomiti70 opened this issue Aug 9, 2024 · 0 comments

Comments

@dolomiti70
Copy link

Beim kompilieren bekomme ich den den folgenden Fehler:
E:\Download\MQTT_LED_Controller\MQTT_LED_Controller.ino:126:31: error: expected class-name before '{' token 126 | class blinktask : public Task { | ^ E:\Download\MQTT_LED_Controller\MQTT_LED_Controller.ino:159:35: error: expected class-name before '{' token 159 | class fastblinktask : public Task { | ^ E:\Download\MQTT_LED_Controller\MQTT_LED_Controller.ino:192:30: error: expected class-name before '{' token 192 | class MQTTtask : public Task { | ^

Nachdem ich die Doku unter https://github.com/nrwiersma/ESP8266Scheduler gelesen habe fiel mir auf, dass im Sketch ein
#include <Task.h> fehlte. Danach wurde der Sketch einfach kompiliert

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