mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-05 06:15:19 +00:00
added SSTV.on_init() hook
This commit is contained in:
parent
4c020d61b9
commit
9bf312ca85
1 changed files with 4 additions and 0 deletions
|
|
@ -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'}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue