Post
Topic
Board Hardware
Re: NanoFury Project - Open Source Design
by
Dexter770221
on 05/05/2014, 09:32:32 UTC
....
you would see also this in the source code:
/* Identify number of chips, and use it in device name if it can fit
* into 3 chars, otherwise use generic NFU name. */
val = sscanf(bitfury->usbdev->prod_string, "NanoFury NF%u ", &info->chips);


In what file? I get 0 results when try to find in cgminer-4.3.3 repository.