examples: Remove obsolete sigrok example scripts ()

Per a comment in  these are no longer necessary.
This commit is contained in:
Greg Troxel 2024-06-21 15:51:15 -04:00 committed by GitHub
parent 432edcdd82
commit a88bc3b9d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 11 deletions

View file

@ -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_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
These scripts are in the directory but have not been sorted and described.

View file

@ -1,3 +0,0 @@
#!/bin/sh
echo 'Please use "rtl_433 [-s <samplerate>] -w <output>.sr -r <input>.cu8"'

View file

@ -1,3 +0,0 @@
#!/bin/sh
echo 'Please use "rtl_433 [-s <samplerate>] -W <output>.sr -r <input>.cu8"'