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

minor changes

parent b94d1200
No related branches found
No related tags found
1 merge request!4Dev to Master
...@@ -77,7 +77,7 @@ void loop() { ...@@ -77,7 +77,7 @@ void loop() {
psnClient.handleNetwork(); //Verarbeiten der Daten, prüfen ob Netzwerk frei und versenden der Daten psnClient.handleNetwork(); //Verarbeiten der Daten, prüfen ob Netzwerk frei und versenden der Daten
int currentValue = analogRead(POTI_PIN); //lese Poti ein und speichere Wert int currentValue = analogRead(POTI_PIN); //lese Poti ein und speichere Wert
psnClient.publishOnChange(topicPublish, currentValue, THRESHOLD) psnClient.publishOnChange(topicPublish, currentValue, THRESHOLD);
} }
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