arm at the start

This commit is contained in:
acki
2025-05-29 07:17:36 -04:00
parent 955e9b07a7
commit 9ed9d3804f

View File

@@ -254,6 +254,8 @@ namespace Modelec
{
SendMove("RELAY" + std::to_string(id), {std::to_string(v)});
}
SendOrder("TIR", {"ARM", "1"});
}
PCBActionInterface::~PCBActionInterface()