Browse Source

Changed nerdjack limits

git-svn-id: https://bucket.mit.edu/svn/nilm/acquisition/ethstream@7423 ddd99763-3ecb-0310-9145-efcb8ce7c51f
tags/ethstream-1.1
zacharyc 15 years ago
parent
commit
4592b6a75b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nerdjack.c

+ 1
- 1
nerdjack.c View File

@@ -325,7 +325,7 @@ nerd_data_stream (int data_fd, int numChannels, int *channel_list,
//If this is the first time called, warn the user if we're too fast
if (linesdumped == 0)
{
if (period < (numChannelsSampled * 100 + 300))
if (period < (numChannelsSampled * 200 + 600))
{
info ("You are sampling close to the limit of NerdJack\n");
info ("Sample fewer channels or sample slower\n");


Loading…
Cancel
Save