Skip to content
Snippets Groups Projects
Commit 78a5b514 authored by Anian Bühler's avatar Anian Bühler
Browse files

minor changes

parent 9c41fae4
No related branches found
No related tags found
2 merge requests!3Dev to master,!2Dev to Master
......@@ -64,8 +64,8 @@ void setup() {
pinMode(LED_PIN,OUTPUT);
//psnClient.begin(sSerial, clientCallback); //Starte PubSub Client an SoftwareSerial Schnittstelle
psnClient.begin(Serial, clientCallback); //Starte PubSub Client an Serial Schnittstelle
psnClient.begin(sSerial, clientCallback); //Starte PubSub Client an SoftwareSerial Schnittstelle
//psnClient.begin(Serial, clientCallback); //Starte PubSub Client an Serial Schnittstelle
psnClient.subscribe(topicSubscribe); //Lege fest zu welchem Topic Daten empfangen werden sollen
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment