This commit is contained in:
2026-06-06 15:53:50 +08:00
parent fce7d93d5e
commit 29b6118f11
3 changed files with 31 additions and 27 deletions

View File

@@ -6,6 +6,7 @@ import time
from Decoder import Decoder_main
from PubLibrary.RunOnce import is_program_running
from PubLibrary.InifileHelper import IniRead
from logs.log import algo_log
def get_device_info(device_type):
@@ -41,6 +42,7 @@ if __name__ == "__main__":
# )
device_info= get_device_info(1)
algo_log(f"device_info: {device_info}", level="INFO")
decoder = Decoder_main(device_info=device_info)
try: