Commit 4592b6a7 by zacharyc

Changed nerdjack limits


git-svn-id: https://bucket.mit.edu/svn/nilm/acquisition/ethstream@7423 ddd99763-3ecb-0310-9145-efcb8ce7c51f
parent d1447e2a
Showing with 1 additions and 1 deletions
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment