From 2f0e6ae8959bf2b7fa1b1276e639d3ff26940e3c Mon Sep 17 00:00:00 2001 From: randogoth Date: Fri, 12 May 2023 15:45:47 +0300 Subject: [PATCH] removed weird colors --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1fefecd..afd0591 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It's meant to be complementary to the packet sniffer [LoRaMon](https://github.co provide payload as command line argument or via pipe -```sh +``` usage: loratransmit [-h] [--freq Hz] [--bw Hz] [--txp dBm] [--sf factor] [--cr rate] [port] [payload] @@ -32,12 +32,12 @@ options: Payload passed as argument -```sh +``` $ /bin/python3 loratransmit.py --freq 917500000 /dev/ttyACM0 "Hello World" ``` Payload passed through pipe -```sh +``` $ echo "Hello World" | /bin/python3 loratransmit.py --freq 917500000 /dev/ttyACM0 ``` \ No newline at end of file