added estimate env temp for X19 and change format of X19 and X17 files

This commit is contained in:
UpstreamData
2022-06-10 11:22:41 -06:00
parent 198eedcd43
commit dd8fe41ad1
19 changed files with 233 additions and 1147 deletions

View File

@@ -1,13 +1,13 @@
import PySimpleGUI as sg
from config import MinerConfig
import time
from tools.cfg_util.layout import window, update_prog_bar
from tools.cfg_util.decorators import disable_buttons
from miners.miner_factory import MinerFactory
import asyncio
from settings import CFG_UTIL_CONFIG_THREADS as CONFIG_THREADS
from tools.cfg_util.general import update_miners_data
import PySimpleGUI as sg
from config import MinerConfig
from miners.miner_factory import MinerFactory
from settings import CFG_UTIL_CONFIG_THREADS as CONFIG_THREADS
from tools.cfg_util.decorators import disable_buttons
from tools.cfg_util.general import update_miners_data
from tools.cfg_util.layout import window, update_prog_bar
progress_bar_len = 0