We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6b3bdb + 82d5c3f commit f943339Copy full SHA for f943339
1 file changed
src/methods.cpp
@@ -692,6 +692,8 @@ auto device_name_from_nde(NeoDeviceEx* nde) -> std::string
692
return "RAD-Epsilon";
693
case NEODEVICE_RADEPSILON_T:
694
return "RAD-EpsilonT";
695
+ case NEODEVICE_RADEPSILON_EXPRESS:
696
+ return "RAD-Epsilon Express";
697
case NEODEVICE_RADPROXIMA:
698
return "RAD-Proxima";
699
case NEODEVICE_RAD_BMS:
0 commit comments