examples: Remove obsolete sigrok example scripts (#2979)
Per a comment in #2976 these are no longer necessary.
This commit is contained in:
parent
432edcdd82
commit
a88bc3b9d4
3 changed files with 0 additions and 11 deletions
|
@ -89,11 +89,6 @@ lead to better understanding, and bits of code may be useful..
|
||||||
- rtl_433_http_stream.py: Custom data handling example for rtl_433's HTTP (line) streaming API of JSON events
|
- rtl_433_http_stream.py: Custom data handling example for rtl_433's HTTP (line) streaming API of JSON events
|
||||||
- rtl_433_http_ws.py: Custom data handling example for rtl_433's HTTP WebSocket API of JSON events
|
- rtl_433_http_ws.py: Custom data handling example for rtl_433's HTTP WebSocket API of JSON events
|
||||||
|
|
||||||
## Not Understood
|
|
||||||
|
|
||||||
- sigrok-conv.sh: print a hint
|
|
||||||
- sigrok-open.sh: print a hint
|
|
||||||
|
|
||||||
## Uncategorized
|
## Uncategorized
|
||||||
|
|
||||||
These scripts are in the directory but have not been sorted and described.
|
These scripts are in the directory but have not been sorted and described.
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
echo 'Please use "rtl_433 [-s <samplerate>] -w <output>.sr -r <input>.cu8"'
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
echo 'Please use "rtl_433 [-s <samplerate>] -W <output>.sr -r <input>.cu8"'
|
|
Loading…
Add table
Reference in a new issue