8000 Fixed JsonUdpBeacon · sarfata/ArduinoJson@6aead53 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 6aead53

Browse files
committed
Fixed JsonUdpBeacon
1 parent 4b093af commit 6aead53

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/JsonUdpBeacon/JsonUdpBeacon.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ void buildJson(JsonObject& root) {
2828
int value = digitalRead(pin);
2929
digitalValues.add(value);
3030
}
31-
32-
return root;
3331
}
3432

3533
void sendJson(JsonObject& json) {

0 commit comments

Comments
 (0)
0