summaryrefslogtreecommitdiffstats
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:53:14 -0500
commit9640f8b79ef7839f2387e3b8bd0bbfdee409b564 (patch)
treedba202a53e2c67a904635d2643b68206cc3d784e
parent5b7cc4e2bb391450b9c39de0231a0663b4064d80 (diff)
downloadpfsense-9640f8b79ef7839f2387e3b8bd0bbfdee409b564.zip
pfsense-9640f8b79ef7839f2387e3b8bd0bbfdee409b564.tar.gz
Correct value for 9600. Ticket #6416
-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