kopia lustrzana https://github.com/dnet/pySSTV
added SSTV.on_init() hook
rodzic
4c020d61b9
commit
9bf312ca85
|
@ -33,6 +33,10 @@ class SSTV(object):
|
|||
self.vox_enabled = False
|
||||
self.fskid_payload = ''
|
||||
self.nchannels = 1
|
||||
self.on_init()
|
||||
|
||||
def on_init(self):
|
||||
pass
|
||||
|
||||
BITS_TO_STRUCT = {8: 'b', 16: 'h'}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue