Skip to content

Commit

Permalink
Fix default name
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Jan 21, 2024
1 parent ae42d35 commit 922e568
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion indi-asi/asi_focuser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ bool ASIEAF::updateProperties()

const char * ASIEAF::getDefaultName()
{
return "ASI EAF";
return "ZWO EAF";
}

bool ASIEAF::Connect()
Expand Down
2 changes: 1 addition & 1 deletion indi-asi/asi_wheel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ASIWHEEL::~ASIWHEEL()

const char *ASIWHEEL::getDefaultName()
{
return "ASI EFW";
return "ZWO EFW";
}

bool ASIWHEEL::Connect()
Expand Down
2 changes: 1 addition & 1 deletion indi-asi/indi_asi.xml.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</devGroup>
<devGroup group="Auxiliary">
<device label="ZWO ST4" manufacturer="ZWO">
<driver name="ASI ST4">indi_asi_st4</driver>
<driver name="ZWO ST4">indi_asi_st4</driver>
<version>@ASI_VERSION_MAJOR@.@ASI_VERSION_MINOR@</version>
</device>
</devGroup>
Expand Down

0 comments on commit 922e568

Please sign in to comment.