#622 reinforced induction matrix support

This commit is contained in:
Mikayla Fischler
2025-09-12 19:45:15 -04:00
parent acaa9369f4
commit 0392385037
4 changed files with 11 additions and 11 deletions

View File

@@ -200,7 +200,7 @@ local function self_check()
else
valid = true
if p_type ~= nil and not (p_type == "inductionPort" or p_type == "spsPort") then
if p_type ~= nil and not (p_type == "inductionPort" or p_type == "reinforcedInductionPort" or p_type == "spsPort") then
self.self_check_msg("> check " .. entry.name .. " valid...", false, "unrecognized device type")
end
end