Add v1.3.1 to supported hardware revisions

This commit is contained in:
2021-10-24 21:58:52 +02:00
parent 22bb227bc7
commit 6b9b7d78a0
3 changed files with 8 additions and 0 deletions

View File

@@ -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;