Skip to content

Commit dd2ca00

Browse files
committed
This version of merged gl3 and digitalmods actually works okay
1 parent 1c2e719 commit dd2ca00

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config_webrx.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@
129129
#format_conversion="csdr convert_s16_f | csdr gain_ff 30"
130130

131131
# >> /dev/urandom test signal source
132-
samp_rate = 2400000
133-
start_rtl_command="cat /dev/urandom | (pv -qL `python -c 'print int({samp_rate} * 2.2)'` 2>&1)".format(rf_gain=rf_gain, center_freq=center_freq, samp_rate=samp_rate)
134-
format_conversion="csdr convert_u8_f"
132+
# samp_rate = 2400000
133+
# start_rtl_command="cat /dev/urandom | (pv -qL `python -c 'print int({samp_rate} * 2.2)'` 2>&1)".format(rf_gain=rf_gain, center_freq=center_freq, samp_rate=samp_rate)
134+
# format_conversion="csdr convert_u8_f"
135135

136136
# >> Pre-recorded raw I/Q file as signal source
137137
# You will have to correctly specify: samp_rate, center_freq, format_conversion in order to correctly play an I/Q file.

openwebrx.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
along with this program. If not, see <http://www.gnu.org/licenses/>.
2121
2222
"""
23-
sw_version="v0.15"
23+
sw_version="v0.17"
2424
#0.15 (added nmux)
2525

2626
import os

0 commit comments

Comments
 (0)