configurator: update for latest kip layout

This commit is contained in:
souldbminersmwc
2025-12-03 16:05:23 -05:00
parent 44596dc511
commit 21d315d0a4
2 changed files with 14 additions and 0 deletions

View File

@@ -153,6 +153,15 @@ def populate():
tag="commonGpuVoltOffset"
)
dpg.add_combo(
items=["Disabled (0)", "Enabled (1)"],
default_value="Disabled",
label="Mariko GPU PLL Unlock",
callback=k.grab_kip_storage_values_no_mult,
tag="marikoGpuFullUnlock"
)
dpg.add_separator(label="Custom Table (Mariko)")
for freq in s.freqs_khz: