default flux speed to 32 until reseek

This commit is contained in:
4am 2019-02-17 18:55:01 -05:00
parent 5b411eb582
commit ae59d0d586
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ class A2RImage:
self.filename = filename
self.tracks = collections.OrderedDict()
self.a2r_image = a2rchery.A2RReader(filename, stream)
self.speed = 0
self.speed = 32
def to_bits(self, flux_record):
"""|flux_record| is a dictionary of 'capture_type', 'data_length', 'tick_count', and 'data'"""

View File

@ -1,4 +1,4 @@
__date__ = "2019-02-02"
__date__ = "2019-02-17"
STRINGS = {
"header": "Passport.py by 4am (" + __date__ + ")\n", # max 32 characters