From: travisutk Date: Fri, 27 Apr 2012 15:21:12 +0000 (+0000) Subject: Changed smartrf warning message. Sorry this was so confusing before. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=cdcbe395eefac158b15a93aa5413cb810939d540;ds=sidebyside 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 --- 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);