played around with different inputs to change the temperature display
[goodfet] / client / goodfet.spiflash
index 21a1efb..dcdc68b 100755 (executable)
@@ -140,6 +140,7 @@ if(sys.argv[1]=="flash"):
         stop=int(sys.argv[4],16);
     
     print "Flashing code from %06x to %06x with %s." % (start,stop,f);
+    print "FIXME This might fail if the file is of an odd size.";
     file = open(f, mode='rb')
 
     i=start;