Skip to content

Commit

Permalink
Adjusted DVB-T time-out to 3000ms - Test for Nebula users
Browse files Browse the repository at this point in the history
  • Loading branch information
dman_lfc committed Jun 30, 2005
1 parent 9bee891 commit da57aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediaportal/TVCapture/DVBTTuning.cs
Expand Up @@ -163,7 +163,7 @@ private void timer1_Tick(object sender, System.EventArgs e)
{
if (captureCard.SignalPresent())
{
System.Threading.Thread.Sleep(1000);
System.Threading.Thread.Sleep(3000);
//if (captureCard.SignalQuality>40)
{
Log.WriteFile(Log.LogType.Capture,"Found signal at:{0} MHz,scan for channels",frequency);
Expand Down

0 comments on commit da57aa9

Please sign in to comment.