korad-kaxxxxp: Added support for TENMA 72-2535 V2.1
This commit is contained in:
parent
b89e6db910
commit
ddbe6880a0
|
@ -68,6 +68,8 @@ static const struct korad_kaxxxxp_model models[] = {
|
||||||
"TENMA72-2540V2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}},
|
"TENMA72-2540V2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}},
|
||||||
{TENMA_72_2540_V21, "Tenma", "72-2540",
|
{TENMA_72_2540_V21, "Tenma", "72-2540",
|
||||||
"TENMA 72-2540 V2.1", 1, {0, 31, 0.01}, {0, 5, 0.001}},
|
"TENMA 72-2540 V2.1", 1, {0, 31, 0.01}, {0, 5, 0.001}},
|
||||||
|
{TENMA_72_2535_V21, "Tenma", "72-2535",
|
||||||
|
"TENMA 72-2535 V2.1", 1, {0, 31, 0.01}, {0, 3, 0.001}},
|
||||||
{STAMOS_SLS31_V20, "Stamos Soldering", "S-LS-31",
|
{STAMOS_SLS31_V20, "Stamos Soldering", "S-LS-31",
|
||||||
"S-LS-31 V2.0", 1, {0, 31, 0.01}, {0, 5.1, 0.001}},
|
"S-LS-31 V2.0", 1, {0, 31, 0.01}, {0, 5.1, 0.001}},
|
||||||
ALL_ZERO
|
ALL_ZERO
|
||||||
|
|
|
@ -42,6 +42,7 @@ enum {
|
||||||
RND_320K30PV,
|
RND_320K30PV,
|
||||||
TENMA_72_2540_V20,
|
TENMA_72_2540_V20,
|
||||||
TENMA_72_2540_V21,
|
TENMA_72_2540_V21,
|
||||||
|
TENMA_72_2535_V21,
|
||||||
STAMOS_SLS31_V20,
|
STAMOS_SLS31_V20,
|
||||||
/* Support for future devices with this protocol. */
|
/* Support for future devices with this protocol. */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue