Skip to content

Commit

Permalink
Added MV5 models
Browse files Browse the repository at this point in the history
  • Loading branch information
dacuster committed Dec 20, 2024
1 parent bb425ec commit 0529ee0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/c/mip/mip_device_models.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ const char* get_model_name_from_number(mip_model_number model)
case MODEL_3DM_GX4_25: return "3DM-GX4-25";
case MODEL_3DM_GX4_45: return "3DM-GX4-45";
case MODEL_3DM_RQ1_45_ST: return "3DM-RQ1-45_ST";
case MODEL_3DM_MV5_10: return "3DM-MV5-10";
case MODEL_3DM_MV5_15: return "3DM-MV5-15";
case MODEL_3DM_MV5_25: return "3DM-MV5-25";
case MODEL_3DM_GX5_10: return "3DM-GX5-10";
case MODEL_3DM_GX5_15: return "3DM-GX5-15";
case MODEL_3DM_GX5_25: return "3DM-GX5-25";
Expand Down
3 changes: 3 additions & 0 deletions src/c/mip/mip_device_models.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ enum mip_model_number
MODEL_3DM_GX4_25 = 6234, // 3DM-GX4-25
MODEL_3DM_GX4_45 = 6236, // 3DM-GX4-45
MODEL_3DM_RQ1_45_ST = 6239, // 3DM-RQ1-45-ST
MODEL_3DM_MV5_10 = 6244, // 3DM_MV5_10
MODEL_3DM_MV5_15 = 6243, // 3DM_MV5_15
MODEL_3DM_MV5_25 = 6241, // 3DM_MV5_25
MODEL_3DM_GX5_10 = 6255, // 3DM-GX5-10
MODEL_3DM_GX5_15 = 6254, // 3DM-GX5-15
MODEL_3DM_GX5_25 = 6253, // 3DM-GX5-25
Expand Down

0 comments on commit 0529ee0

Please sign in to comment.