mirror of
https://github.com/a2-4am/passport.py.git
synced 2025-01-13 17:32:59 +00:00
default flux speed to 32 until reseek
This commit is contained in:
parent
5b411eb582
commit
ae59d0d586
@ -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'"""
|
||||
|
@ -1,4 +1,4 @@
|
||||
__date__ = "2019-02-02"
|
||||
__date__ = "2019-02-17"
|
||||
|
||||
STRINGS = {
|
||||
"header": "Passport.py by 4am (" + __date__ + ")\n", # max 32 characters
|
||||
|
Loading…
x
Reference in New Issue
Block a user