set togateway

dev
Tom Early 2 years ago
parent c7afc69935
commit bf8caf8b52

@ -95,7 +95,7 @@ static bool ReadCfgFile()
return true; return true;
} }
} }
cfg.GetValue("gateway_fromremote", estr, togateway, 1, FILENAME_MAX); togateway.assign("Remote2Gate");
cfg.GetValue("timing_play_wait", estr, PLAY_WAIT, 1, 10); cfg.GetValue("timing_play_wait", estr, PLAY_WAIT, 1, 10);
cfg.GetValue("timing_play_delay", estr, PLAY_DELAY, 15, 25); cfg.GetValue("timing_play_delay", estr, PLAY_DELAY, 15, 25);

Loading…
Cancel
Save

Powered by TurnKey Linux.