#616 fixes to coordinator pellet color option

This commit is contained in:
Mikayla Fischler
2025-04-26 15:21:09 -04:00
parent 48ec973695
commit 1af2cdba8d
7 changed files with 35 additions and 28 deletions

View File

@@ -250,6 +250,7 @@ function hmi.create(tool_ctl, main_pane, cfg_sys, divs, style)
local function submit_ui_opts()
tmp_cfg.Time24Hour = tool_ctl.clock_fmt.get_value() == 1
tmp_cfg.GreenPuPellet = tool_ctl.pellet_color.get_value() == 1
tmp_cfg.TempScale = tool_ctl.temp_scale.get_value()
tmp_cfg.EnergyScale = tool_ctl.energy_scale.get_value()
main_pane.set_value(7)