X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETCC.py;h=abbe115ee1e0b8f758f2db81541081cc67695f80;hp=d8cd9558067a086d65f013f1cc429929943f7123;hb=5fc093cc2f5f92afc8dcbb9796b131badef04814;hpb=f3c669a459fc7c9469b29e0bfd160590c4747f9a diff --git a/client/GoodFETCC.py b/client/GoodFETCC.py index d8cd955..abbe115 100644 --- a/client/GoodFETCC.py +++ b/client/GoodFETCC.py @@ -125,7 +125,7 @@ class GoodFETCC(GoodFET): return hz; def RF_getchannel(self): - """Get the frequency in Hz.""" + """Get the hex channel.""" #FIXME CC1110 specific freq=0; try: @@ -593,7 +593,7 @@ class GoodFETCC(GoodFET): except: if self.verbose>0: print "RSSI reg doesn't exist."; try: - #RSSI doesn't exist on 2.4GHz devices. Maybe RSSIL and RSSIH? + #RSSI doesn't exist on some 2.4GHz devices. Maybe RSSIL and RSSIH? rssilreg=self.symbols.get("RSSIL"); rssil=self.CCpeekdatabyte(rssilreg); rssihreg=self.symbols.get("RSSIL");