mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
settings: addition to commit fb42435f44
Origin commit data ------------------ Commit:f406dd8e99
Author: vanhofen <vanhofen@gmx.de> Date: 2020-02-16 (Sun, 16 Feb 2020) Origin message was: ------------------ - settings: addition to commitfb42435f44
This commit is contained in:
@@ -151,7 +151,7 @@ bool CScanSettings::loadSettings(const char * const fileName)
|
||||
sat_TP_rate = configfile.getString("sat_TP_rate", "27500000");
|
||||
sat_TP_mod = configfile.getInt32("sat_TP_mod", QPSK);
|
||||
sat_TP_delsys = configfile.getInt32("sat_TP_delsys", DVB_S);
|
||||
sat_TP_pilot = configfile.getInt32("sat_TP_pilot", ZPILOT_AUTO_SW);
|
||||
sat_TP_pilot = configfile.getInt32("sat_TP_pilot", ZPILOT_AUTO);
|
||||
sat_TP_pli = configfile.getString("sat_TP_pli", "0");
|
||||
sat_TP_plc = configfile.getString("sat_TP_plc", "1");
|
||||
sat_TP_plm = configfile.getInt32("sat_TP_plm", 0);
|
||||
|
Reference in New Issue
Block a user