Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg L. Galitskiy committed Nov 18, 2017
1 parent 373d7b2 commit 9953d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arduino/router_extender/SoftwareBitBang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ for i in $(seq 1 2); do ./pjon_grpc_client.py 11 T:1; done
Client received: 1
Client received: 2
```
Enable test, Arduino will send consistently numbers to RPi (device 1)
Enable test, Arduino will send (via PJON) consistently numbers each 5 seconds
```
$ ./pjon_grpc_client.py 11 T:2:1
Client received: 1
Expand Down
2 changes: 1 addition & 1 deletion client/python/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Files:
**pjon_grpc_client.py** - client for sending requests to Devices and getting responses
**pjon_grpc_client.py** - client for sending requests to devices and getting responses
```
$ ./pjon_grpc_client.py 11 T:2:1
Client received: 1
Expand Down

0 comments on commit 9953d29

Please sign in to comment.