RAD-A2B: Add netID to string support

add-device-sharing
Emily Brooks 2022-10-05 13:38:25 -04:00
parent 124bd3b310
commit 3b9a31ef51
1 changed files with 4 additions and 0 deletions

View File

@ -542,6 +542,10 @@ public:
return "I2C 4";
case NetID::Ethernet2:
return "Ethernet 2";
case NetID::A2B1:
return "A2B 1";
case NetID::A2B2:
return "A2B 2";
case NetID::Any:
case NetID::Invalid:
break;