summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-06-15 17:52:51 -0500
committerChris Buechler <cmb@pfsense.org>2016-06-15 17:52:51 -0500
commit9c40391966dbd9c69d2bfbfbf042d3277adb145d (patch)
tree1eaf5524e448952df95f722999cc0321b0ca7d27 /src
parentf68dc9f497b7002ff5a7ab7f8aa9abcb8049b6d6 (diff)
downloadpfsense-9c40391966dbd9c69d2bfbfbf042d3277adb145d.zip
pfsense-9c40391966dbd9c69d2bfbfbf042d3277adb145d.tar.gz
Correct value for 9600. Ticket #6416
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_ntpd_gps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_ntpd_gps.php b/src/usr/local/www/services_ntpd_gps.php
index c776ff9..2ea87f6 100644
--- a/src/usr/local/www/services_ntpd_gps.php
+++ b/src/usr/local/www/services_ntpd_gps.php
@@ -278,7 +278,7 @@ if (!empty($serialports)) {
'gpsspeed',
null,
$pconfig['speed'],
- [0 => '4800', 15 => '9600', 32 => '19200', 48 => '38400', 64 => '57600', 80 => '115200']
+ [0 => '4800', 16 => '9600', 32 => '19200', 48 => '38400', 64 => '57600', 80 => '115200']
))->setHelp('A higher baud rate is generally only helpful if the GPS is sending too many sentences. ' .
'It is recommended to configure the GPS to send only one sentence at a baud rate of 4800 or 9600.');
OpenPOWER on IntegriCloud