test_acs 프로젝트 변경

This commit is contained in:
backuppc
2026-02-05 13:18:20 +09:00
parent ec2af6ac1f
commit ba542beaff
26 changed files with 416 additions and 533 deletions

View File

@@ -63,11 +63,11 @@ namespace arDev
Wait = 2,
Error = 100,
Timeout,
}
public enum eNarmiPBSSensor : byte
{
notset=0,
notset = 0,
on = 1,
off = 2
}
@@ -383,9 +383,9 @@ namespace arDev
case eAgvCmd.MoveSet:
cmdString = $"CBR{param}";
cmdString = $"CBR{param}";
retval = AddCommand(cmdString);
if(retval == eNarumiCommandResult.Success)
if (retval == eNarumiCommandResult.Success)
{
if (param.Length > 3)
{