Revision 9c403919
Added by Chris Buechler about 9 years ago
src/usr/local/www/services_ntpd_gps.php | ||
---|---|---|
278 | 278 |
'gpsspeed', |
279 | 279 |
null, |
280 | 280 |
$pconfig['speed'], |
281 |
[0 => '4800', 15 => '9600', 32 => '19200', 48 => '38400', 64 => '57600', 80 => '115200']
|
|
281 |
[0 => '4800', 16 => '9600', 32 => '19200', 48 => '38400', 64 => '57600', 80 => '115200']
|
|
282 | 282 |
|
283 | 283 |
))->setHelp('A higher baud rate is generally only helpful if the GPS is sending too many sentences. ' . |
284 | 284 |
'It is recommended to configure the GPS to send only one sentence at a baud rate of 4800 or 9600.'); |
Also available in: Unified diff
Correct value for 9600. Ticket #6416