Skip to content

Commit

Permalink
Update asi_base.cpp -- removed # (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
aknotwot authored May 9, 2024
1 parent bd19bc4 commit b435d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indi-asi/asi_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ bool ASIBase::initProperties()
SDKVersionSP[0].fill("VERSION", "Version", ASIGetSDKVersion());
SDKVersionSP.fill(getDeviceName(), "SDK", "SDK", INFO_TAB, IP_RO, 60, IPS_IDLE);

SerialNumberTP[0].fill("SN#", "SN#", mSerialNumber);
SerialNumberTP[0].fill("SN", "SN", mSerialNumber);
SerialNumberTP.fill(getDeviceName(), "Serial Number", "Serial Number", INFO_TAB, IP_RO, 60, IPS_IDLE);

NicknameTP[0].fill("nickname", "nickname", mNickname);
Expand Down

0 comments on commit b435d69

Please sign in to comment.