korad-kaxxxxp: Add Korad KD6005P

This commit is contained in:
Elen Eisendle 2019-07-20 23:26:23 +02:00 committed by Uwe Hermann
parent b50970a541
commit b1b8a7d079
2 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,8 @@ static const struct korad_kaxxxxp_model models[] = {
"TENMA 72-2535 V2.1", 1, {0, 31, 0.01}, {0, 3, 0.001}},
{STAMOS_SLS31_V20, "Stamos Soldering", "S-LS-31",
"S-LS-31 V2.0", 1, {0, 31, 0.01}, {0, 5.1, 0.001}},
{KORAD_KD6005P, "Korad", "KD6005P",
"KORAD KD6005P V2.2", 1, {0, 61, 0.01}, {0, 5, 0.001}},
ALL_ZERO
};

View File

@ -44,6 +44,7 @@ enum {
TENMA_72_2540_V21,
TENMA_72_2535_V21,
STAMOS_SLS31_V20,
KORAD_KD6005P,
/* Support for future devices with this protocol. */
};