Add v1.3.1 to supported hardware revisions
This commit is contained in:
@@ -87,6 +87,9 @@ static shellmatta_retCode_t shell_cmd_ver(const shellmatta_handle_t handle,
|
||||
case HW_REV_V1_3:
|
||||
hw_rev_str = "Hardware: v1.3";
|
||||
break;
|
||||
case HW_REV_V1_3_1:
|
||||
hw_rev_str = "Hardware: v1.3.1";
|
||||
break;
|
||||
default:
|
||||
hw_rev_str = "Hardware: Unknown Revision. You might have to update the firmware!";
|
||||
break;
|
||||
|
Reference in New Issue
Block a user