|
From: Jordan J. R. <jj...@co...> - 2011-05-28 00:07:27
|
> That said, it should work for you. Try changing this line (around line 68) in specan.py: > > frame_source = ubertooth.specan(2402, 2480) > > to: > > frame_source = ubertooth.specan(2.402e9, 2.480e9) > > And see if that fixes your problem. Yep, that fixed it. Still no luck with usb_dfu.py though. |