Skip to content
Snippets Groups Projects
Verified Commit 79b16e15 authored by Anian Bühler's avatar Anian Bühler
Browse files

removed newData from begin()

parent 2560390d
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ void setup() ...@@ -40,7 +40,7 @@ void setup()
Serial.begin(SERIAL_BAUD); // Starte Serielle Schnittstelle (zum PC) Serial.begin(SERIAL_BAUD); // Starte Serielle Schnittstelle (zum PC)
sSerial.begin(SERIAL_BAUD); // Starte SoftwareSerielle Schnittstelle (zu IR-Link-Modulen) sSerial.begin(SERIAL_BAUD); // Starte SoftwareSerielle Schnittstelle (zu IR-Link-Modulen)
psnClient.begin(sSerial, newData); // Starte PubSub Client an SoftwareSerial Schnittstelle psnClient.begin(sSerial); // Starte PubSub Client an SoftwareSerial Schnittstelle
psnClient.subscribe(topicSubscribe); // Lege fest zu welchem Topic Daten empfangen werden sollen 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