RFExplorer / RFExplorer-for-Python

RF Explorer libraries and examples for Python 3
GNU Lesser General Public License v3.0
51 stars 25 forks source link

self reference missing in SendCommand_SweepDataPointsEx #24

Closed oddNumberK closed 2 years ago

oddNumberK commented 2 years ago

on line 1671 RFExplorer.py: SendCommand("Cj" + chr(int((nDataPoints & 0xFF00) >> 8)) + chr(int(nDataPoints & 0xFF)))

is missing reference to 'self' right at the start: "self.SendCommand..."