Skip to content

Commit 31e8edd

Browse files
authored
Update HC-SR04.ino
1 parent 4fc320c commit 31e8edd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/CommunitySubmitted/HC-SR04/HC-SR04.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,4 @@ CAYENNE_OUT(DISTANCE_VIRTUAL_CHANNEL)
6363

6464
// Send the distance value to Cayenne on proximity widget in centimeter.
6565
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");
6866
}

0 commit comments

Comments
 (0)