mirror of
https://github.com/okalachev/flix.git
synced 2026-01-10 21:16:50 +00:00
Rename manual mode to raw mode
Make it callable from the console. Increase the coefficient. Corresponding change in pyflix. pyflix@0.11.
This commit is contained in:
@@ -40,7 +40,7 @@ class Flix:
|
||||
|
||||
_connection_timeout = 3
|
||||
_print_buffer: str = ''
|
||||
_modes = ['MANUAL', 'ACRO', 'STAB', 'AUTO']
|
||||
_modes = ['RAW', 'ACRO', 'STAB', 'AUTO']
|
||||
|
||||
def __init__(self, system_id: int=1, wait_connection: bool=True):
|
||||
if not (0 <= system_id < 256):
|
||||
|
||||
Reference in New Issue
Block a user