Skip to content

Commit d5d586f

Browse files
authored
Merge pull request #8 from SP0DZ/RF-BW-fix2-for-SA818
2 parents 6554596 + 61e4c46 commit d5d586f

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
@@ -260,7 +260,7 @@
260260
if ($freq === "" || is_null($freq)) $freq = "433.5375";
261261
if ($offset === "" || is_null($offset)) $offset = "0.0";
262262
if ($ctcss === "" || is_null($ctcss)) $ctcss = "77.0";
263-
if ($tail === "" || is_null($tail)) $tail = "yes";
263+
if ($tail === "" || is_null($tail)) $tail = "open";
264264
if ($squelch === "" || is_null($squelch)) $squelch = "5";
265265
if ($bw ==="" || is_null($bw)) $bw = "1";
266266

0 commit comments

Comments
 (0)