mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-08 09:26:05 -04:00
Migrated to Python3
This commit is contained in:
parent
a339ae3d28
commit
fa50e1d35b
7 changed files with 171 additions and 156 deletions
|
@ -1,3 +1,8 @@
|
|||
# TODO: This should be reworked for Python3 support,
|
||||
# and maybe framing should be introduced to improve
|
||||
# performance. The current 100ms wait is a bit stupid.
|
||||
# Probably also need to add queue support like the
|
||||
# other interfaces.
|
||||
|
||||
from .Interface import Interface
|
||||
from time import sleep
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue