diff --git a/src/hardware/korad-kaxxxxp/api.c b/src/hardware/korad-kaxxxxp/api.c index 21ab6844..3c9a2718 100644 --- a/src/hardware/korad-kaxxxxp/api.c +++ b/src/hardware/korad-kaxxxxp/api.c @@ -60,6 +60,8 @@ static const struct korad_kaxxxxp_model models[] = { "KORADKA3005PV2.0\xBC", 1, {0, 31, 0.01}, {0, 5.1, 0.001}}, {KORAD_KA3005P_V42, "Korad", "KA3005P", "KORAD KA3005P V4.2", 1, {0, 31, 0.01}, {0, 5.1, 0.001}}, + {KORAD_KA3005P_V55, "Korad", "KA3005P", + "KORAD KA3005P V5.5", 1, {0, 31, 0.01}, {0, 5.1, 0.001}}, {KORAD_KD3005P, "Korad", "KD3005P", "KORAD KD3005P V2.0", 1, {0, 31, 0.01}, {0, 5.1, 0.001}}, {KORAD_KD3005P_V20_NOSP, "Korad", "KD3005P", diff --git a/src/hardware/korad-kaxxxxp/protocol.h b/src/hardware/korad-kaxxxxp/protocol.h index ea28a71c..ec71f6f4 100644 --- a/src/hardware/korad-kaxxxxp/protocol.h +++ b/src/hardware/korad-kaxxxxp/protocol.h @@ -38,6 +38,7 @@ enum { KORAD_KA3005P_0X01, KORAD_KA3005P_0XBC, KORAD_KA3005P_V42, + KORAD_KA3005P_V55, KORAD_KD3005P, KORAD_KD3005P_V20_NOSP, RND_320_KD3005P,