We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6554596 + 61e4c46 commit d5d586fCopy full SHA for d5d586f
rf/index.php
@@ -260,7 +260,7 @@
260
if ($freq === "" || is_null($freq)) $freq = "433.5375";
261
if ($offset === "" || is_null($offset)) $offset = "0.0";
262
if ($ctcss === "" || is_null($ctcss)) $ctcss = "77.0";
263
-if ($tail === "" || is_null($tail)) $tail = "yes";
+if ($tail === "" || is_null($tail)) $tail = "open";
264
if ($squelch === "" || is_null($squelch)) $squelch = "5";
265
if ($bw ==="" || is_null($bw)) $bw = "1";
266
0 commit comments