Project

General

Profile

« Previous | Next » 

Revision 6924a2bf

Added by Jack Booth over 8 years ago

Add to NTP GPS processing of PGRMF sentence

View differences:

src/etc/inc/system.inc
1775 1775
			if (!empty($config['ntpd']['gps']['subsec'])) {
1776 1776
				$ntpmode += 128;
1777 1777
			}
1778
			if (!empty($config['ntpd']['gps']['processpgrmf'])) {
1779
				$ntpmode += 256;
1780
			}
1778 1781
			$ntpcfg .= (string) $ntpmode;
1779 1782
		} else {
1780 1783
			$ntpcfg .= '0';

Also available in: Unified diff