Skip to content

Commit 6554596

Browse files
authored
Merge pull request #7 from SP0DZ/RF-BW-fix-for-sa818
2 parents c3a13e4 + 8532e61 commit 6554596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rf/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
/* $bw = 0; */
181181

182182

183-
$command = "sa818 --port \"" .$port. "\" radio --bw \"" .$bw. "\" --frequency \"" .$freq. "\" --offset \"" .$offset. "\" --squelch \"" .$squelch. "\" --ctcss \"" .$ctcss. "\" --close-tail \"" .$tail. "\" 2>&1";
183+
$command = "sa818 --port \"" .$port. "\" radio --bw \"" .$bw. "\" --frequency \"" .$freq. "\" --offset \"" .$offset. "\" --squelch \"" .$squelch. "\" --ctcss \"" .$ctcss. "\" --tail \"" .$tail. "\" 2>&1";
184184
if (!$retval) exec($command,$screen,$retval);
185185

186186
if (!$retval) {

0 commit comments

Comments
 (0)