X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETCC.py;h=fcb531123fd2a689738d081f86c06dc15cbfbf46;hp=d8cd9558067a086d65f013f1cc429929943f7123;hb=e027df82b3f7b6c0ed428a504220e13ae02886e9;hpb=cec457aef4a1e0ff483012bc3ba0ef73ac7b6659 diff --git a/client/GoodFETCC.py b/client/GoodFETCC.py index d8cd955..fcb5311 100644 --- a/client/GoodFETCC.py +++ b/client/GoodFETCC.py @@ -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");