Skip to content

Commit

Permalink
removed U to see if I can get a local time
Browse files Browse the repository at this point in the history
  • Loading branch information
ckacerguis committed Aug 21, 2017
1 parent dd8c784 commit 1290f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl2mqtt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export LANG=C
PATH="/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"

# Start the listener and enter an endless loop
/usr/local/bin/rtl_433 -f 345000000 -F json -R 70 -U | while read line
/usr/local/bin/rtl_433 -f 345000000 -F json -R 70 | while read line
do
# Create file with touch /tmp/rtl_433.log if logging is needed
[ -w /tmp/rtl_433.log ] && echo $line >> rtl_433.log
Expand Down

0 comments on commit 1290f0b

Please sign in to comment.