From f74be972008482bf110c10b194ef233a80f19a6c Mon Sep 17 00:00:00 2001 From: "MJ.Jun" Date: Wed, 16 Apr 2025 15:59:50 -0400 Subject: [PATCH] Recover EPSILON_EXPRESS missing --- src/methods.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/methods.cpp b/src/methods.cpp index a86c63d35..4f99f5233 100644 --- a/src/methods.cpp +++ b/src/methods.cpp @@ -665,6 +665,8 @@ auto device_name_from_nde(NeoDeviceEx* nde) -> std::string return "RAD-Epsilon"; case NEODEVICE_RADEPSILON_T: return "RAD-EpsilonT"; + case NEODEVICE_RADEPSILON_EXPRESS: + return "RAD-Epsilon Express"; case NEODEVICE_RADPROXIMA: return "RAD-Proxima"; case NEODEVICE_RAD_BMS: