From 9640f8b79ef7839f2387e3b8bd0bbfdee409b564 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Wed, 15 Jun 2016 17:52:51 -0500 Subject: Correct value for 9600. Ticket #6416 --- src/usr/local/www/services_ntpd_gps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'); -- cgit v1.1