From be169870848ac6cf50b4febcf089595360f0b76d Mon Sep 17 00:00:00 2001 From: Greg Troxel Date: Fri, 21 Jun 2024 15:37:19 -0400 Subject: [PATCH] examples: Remove obsolete sigrok example scripts Per a comment in #2976 these are no longer necessary. --- examples/README.md | 5 ----- examples/sigrok-conv.sh | 3 --- examples/sigrok-open.sh | 3 --- 3 files changed, 11 deletions(-) delete mode 100755 examples/sigrok-conv.sh delete mode 100755 examples/sigrok-open.sh diff --git a/examples/README.md b/examples/README.md index 5763d8553..a4ed94901 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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. diff --git a/examples/sigrok-conv.sh b/examples/sigrok-conv.sh deleted file mode 100755 index 0614e5f92..000000000 --- a/examples/sigrok-conv.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -echo 'Please use "rtl_433 [-s ] -w .sr -r .cu8"' diff --git a/examples/sigrok-open.sh b/examples/sigrok-open.sh deleted file mode 100755 index d6eca1359..000000000 --- a/examples/sigrok-open.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -echo 'Please use "rtl_433 [-s ] -W .sr -r .cu8"'