We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3a13e4 + 8532e61 commit 6554596Copy full SHA for 6554596
rf/index.php
@@ -180,7 +180,7 @@
180
/* $bw = 0; */
181
182
183
- $command = "sa818 --port \"" .$port. "\" radio --bw \"" .$bw. "\" --frequency \"" .$freq. "\" --offset \"" .$offset. "\" --squelch \"" .$squelch. "\" --ctcss \"" .$ctcss. "\" --close-tail \"" .$tail. "\" 2>&1";
+ $command = "sa818 --port \"" .$port. "\" radio --bw \"" .$bw. "\" --frequency \"" .$freq. "\" --offset \"" .$offset. "\" --squelch \"" .$squelch. "\" --ctcss \"" .$ctcss. "\" --tail \"" .$tail. "\" 2>&1";
184
if (!$retval) exec($command,$screen,$retval);
185
186
if (!$retval) {
0 commit comments