Lots of new shellcodes. Need to document them later.
[goodfet] / client / GoodFETNRF.py
index e95b9cf..3c780a5 100644 (file)
@@ -164,7 +164,7 @@ class GoodFETNRF(GoodFET):
         """Hold a carrier wave on the present frequency."""
         # Set CONT_WAVE, PLL_LOCK, and 0dBm in RF_SETUP            
         self.poke(0x06,8+10+4+2); 
-        
+    
     packetlen=16;
     def RF_setpacketlen(self,len=16):
         """Set the number of bytes in the expected payload."""