Skip to content

Commit

Permalink
Revert "- zapit/getservices: feparams.pilot = ZPILOT_AUTO_SW"
Browse files Browse the repository at this point in the history
This reverts commit 392b84d.
  • Loading branch information
vanhofen committed Jan 23, 2020
1 parent 5faae93 commit 28c528a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zapit/src/getservices.cpp
Expand Up @@ -426,7 +426,7 @@ void CServiceManager::ParseTransponders(xmlNodePtr node, t_satellite_position sa
else
feparams.frequency = (int) 1000 * (int) round ((double) feparams.frequency / (double) 1000);
/* TODO: add xml tag ? */
feparams.pilot = ZPILOT_AUTO_SW;
feparams.pilot = ZPILOT_AUTO;
feparams.plp_id = xmlGetNumericAttribute(node, "pli", 0);
feparams.pls_mode = (fe_pls_mode_t) xmlGetNumericAttribute(node, "plm", 0);
feparams.pls_code = xmlGetNumericAttribute(node, "plc", 0);
Expand Down Expand Up @@ -668,7 +668,7 @@ void CServiceManager::ParseSatTransponders(delivery_system_t delsys, xmlNodePtr
const char *rolloff = xmlGetAttribute(tps, "rolloff");

/* TODO: add xml tag ? */
feparams.pilot = ZPILOT_AUTO_SW;
feparams.pilot = ZPILOT_AUTO;
if (system) {
uint32_t s = xmlGetNumericAttribute(tps, "system", 0);
switch (s) {
Expand Down

0 comments on commit 28c528a

Please sign in to comment.