X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETCC.py;h=fcb531123fd2a689738d081f86c06dc15cbfbf46;hp=a3f1020b3afe24652888449f967a3000b564791e;hb=e027df82b3f7b6c0ed428a504220e13ae02886e9;hpb=91087efc8ddcfb800da5c0bc87d2840897e829c7 diff --git a/client/GoodFETCC.py b/client/GoodFETCC.py index a3f1020..fcb5311 100644 --- a/client/GoodFETCC.py +++ b/client/GoodFETCC.py @@ -148,6 +148,7 @@ class GoodFETCC(GoodFET): self.lastshellcode=filename; file=__file__; file=file.replace("GoodFETCC.pyc","GoodFETCC.py"); + #TODO make this generic path=file.replace("GoodFETCC.py","shellcode/chipcon/cc1110/"); filename=path+filename; @@ -592,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");