Skip to content

Commit

Permalink
Update ioptronv3driver.cpp (indilib#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonny486 authored and knro committed Aug 12, 2023
1 parent b815d3f commit 692f629
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions drivers/telescope/ioptronv3driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,31 +34,46 @@ namespace IOPv3

const std::map<std::string, std::string> Driver::models =
{
{"0010", "Cube II EQ"},
{"0011", "SmartEQ Pro+"},
{"0025", "CEM25"},
{"0010", "SkyHunter EQ"},
{"0011", "SkyHunter AA"},
{"0015", "HEM15"},
{"0025", "HEM27"},
{"0026", "CEM26"},
{"0027", "CEM26-EC"},
{"0028", "GEM28"},
{"0029", "GEM28-EC"},
{"0030", "iEQ30 Pro"},
{"0030", "HEM27-EC"},
{"0031", "HAE29 EQ"},
{"0032", "HAE29-EC AA"},
{"0033", "HAE29 AA"},
{"0034", "HAE29-EC AA"},
{"0035", "HAZ31"},
{"0040", "CEM40"},
{"0041", "CEM40-EC"},
{"0043", "GEM45"},
{"0045", "iEQ45 Pro EQ"},
{"0046", "iEQ45 Pro AA"},
{"0045", "HEM44-EC"},
{"0046", "HEM44A"},
{"0047", "HEM44A-EC"},
{"0048", "HAE43 EQ"},
{"0049", "HAE43-EC EQ"},
{"0050", "HAE43 AA"},
{"0051", "HAE43-EC AA"},
{"0052", "HAZ46"},
{"0060", "CEM60"},
{"0061", "CEM60-EC"},
{"0062", "HAE69 EQ"},
{"0063", "HAZ69-EC EQ"},
{"0064", "HAE69 AA"},
{"0065", "HAE69-EC AA"},
{"0070", "CEM70"},
{"0071", "CEM70-EC"},
{"0072", "CEM70-EC2"},
{"0120", "CEM120"},
{"0121", "CEM120-EC"},
{"0122", "CEM120-EC2"},
{"5010", "Cube II AA"},
{"5035", "AZ Mount Pro"},
{"5045", "iEQ45 Pro AA"},
{"0063", "HAE-69EC"}

{"5045", "iEQ45 Pro AA"}
};

const uint16_t Driver::IOP_SLEW_RATES[] = {1, 2, 8, 16, 64, 128, 256, 512, 1024};
Expand Down

0 comments on commit 692f629

Please sign in to comment.