summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjskyboo <jack@ron.hog.mooo.info>2017-01-24 10:07:18 -0800
committerjskyboo <jack@ron.hog.mooo.info>2017-01-24 10:07:18 -0800
commit2559f37539cf37221f8fddd7c0b7928e8e3969a8 (patch)
treed7a578a722b60ea66d88565dacaf4eef4b09851f
parent8c23d92a159c1282e7d185665977f0c45d45f845 (diff)
downloadpfsense-2559f37539cf37221f8fddd7c0b7928e8e3969a8.zip
pfsense-2559f37539cf37221f8fddd7c0b7928e8e3969a8.tar.gz
Changed default state of GPS init command auto correct tool.
-rw-r--r--src/usr/local/www/services_ntpd_gps.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_ntpd_gps.php b/src/usr/local/www/services_ntpd_gps.php
index 9ae2266..4c5bc8c 100644
--- a/src/usr/local/www/services_ntpd_gps.php
+++ b/src/usr/local/www/services_ntpd_gps.php
@@ -486,9 +486,9 @@ $section->addInput(new Form_Textarea(
$section->addInput(new Form_Checkbox(
'autocorrect_initcmd',
null,
- 'Auto correct malformed initialization commands. (default: checked).',
+ 'Auto correct malformed initialization commands. (default: unchecked).',
$pconfig['autocorrect_initcmd']
-))->setHelp('Calculates and appends checksum and missing special characters "$" and "*". Disable if causing errors.');
+))->setHelp('Calculates and appends checksum and missing special characters "$" and "*". May not work with some GPS models.');
$group = new Form_Group('NMEA Checksum Calculator');
@@ -636,7 +636,7 @@ events.push(function() {
$('#gpsflag4').prop('checked', false);
$('#gpssubsec').prop('checked', false);
$('#extstatus').prop('checked', true);
- $('#autocorrect_initcmd').prop('checked', true);
+ $('#autocorrect_initcmd').prop('checked', false);
}
// Show advanced GPS options ==============================================
OpenPOWER on IntegriCloud