Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 64e9b59

Browse files
committed
Add missing RP002-1.0.2 reg. param. option.
1 parent 621a3b4 commit 64e9b59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/views/device-profiles/DeviceProfileForm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ class DeviceProfileForm extends FormComponent {
8989
{value: "B", label: "B"},
9090
{value: "RP002-1.0.0", label: "RP002-1.0.0"},
9191
{value: "RP002-1.0.1", label: "RP002-1.0.1"},
92+
{value: "RP002-1.0.2", label: "RP002-1.0.2"},
9293
];
9394

9495
callbackFunc(regParamsOptions);

0 commit comments

Comments
 (0)