#403 work on configuration guide

This commit is contained in:
Mikayla Fischler
2025-09-12 00:00:01 -04:00
parent 59f99f70a4
commit 4f7285573f
2 changed files with 23 additions and 7 deletions

View File

@@ -189,7 +189,7 @@ local function new_view(root)
load_text(false, "Connecting Devices")
local conn_dev_page = guide_section(sect_construct_data, use_page, "Connecting Devs", docs.usage.conn, 110)
load_text(false, "Configuring Devices")
local config_dev_page = guide_section(sect_construct_data, use_page, "Configuring Devs", docs.usage.config, 100)
local config_dev_page = guide_section(sect_construct_data, use_page, "Configuring Devs", docs.usage.config, 200)
load_text(false, "Manual Control")
local man_ctrl_page = guide_section(sect_construct_data, use_page, "Manual Control", docs.usage.manual, 100)
load_text(false, "Auto Control")