Skip to content

Commit 82d5c3f

Browse files
authored
Recover EPSILON_EXPRESS missing (#212)
1 parent 5ef2dc7 commit 82d5c3f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/methods.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,8 @@ auto device_name_from_nde(NeoDeviceEx* nde) -> std::string
686686
return "RAD-Epsilon";
687687
case NEODEVICE_RADEPSILON_T:
688688
return "RAD-EpsilonT";
689+
case NEODEVICE_RADEPSILON_EXPRESS:
690+
return "RAD-Epsilon Express";
689691
case NEODEVICE_RADPROXIMA:
690692
return "RAD-Proxima";
691693
case NEODEVICE_RAD_BMS:

0 commit comments

Comments
 (0)