We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc320c commit 31e8eddCopy full SHA for 31e8edd
examples/CommunitySubmitted/HC-SR04/HC-SR04.ino
@@ -63,6 +63,4 @@ CAYENNE_OUT(DISTANCE_VIRTUAL_CHANNEL)
63
64
// Send the distance value to Cayenne on proximity widget in centimeter.
65
Cayenne.virtualWrite(DISTANCE_VIRTUAL_CHANNEL, distance, "prox", "cm");
66
- // Send the distance value to Cayenne on proximity widget in meter.
67
- //Cayenne.virtualWrite(DISTANCE_VIRTUAL_CHANNEL, distance, "prox", "m");
68
}
0 commit comments