From cdcbe395eefac158b15a93aa5413cb810939d540 Mon Sep 17 00:00:00 2001 From: travisutk Date: Fri, 27 Apr 2012 15:21:12 +0000 Subject: [PATCH 1/1] Changed smartrf warning message. Sorry this was so confusing before. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1143 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/GoodFETCC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/GoodFETCC.py b/client/GoodFETCC.py index 3937c62..ab9170b 100644 --- a/client/GoodFETCC.py +++ b/client/GoodFETCC.py @@ -38,7 +38,7 @@ class GoodFETCC(GoodFET): self.SRF_loadsymbols(); self.haveloadedsymbols=True; except: - print "SmartRF not found for this chip."; + print "SmartRF not found for this chip.\nInstall it with wine and symlink to /opt/smartrf7 ."; def SRF_chipdom(self,chip="cc1110", doc="register_definition.xml"): """Loads the chip XML definitions from SmartRF7.""" fn="%s/config/xml/%s/%s" % (self.smartrfpath,chip,doc); -- 2.20.1