Device: RAD-wBMS: Add class, chips, and bootloader information

This commit is contained in:
Max Brombach
2026-07-20 13:01:56 -04:00
committed by Kyle Schwarz
parent 0dd8dbfb64
commit 7a5c8c2879
13 changed files with 336 additions and 0 deletions
+2
View File
@@ -1088,6 +1088,8 @@ int LegacyDLLExport icsneoGetDeviceSettingsType(void* hObject, EPlasmaIonVnetCha
case NEODEVICE_FIRE3_FLEXRAY:
*pDeviceSettingsType = DeviceFire3FlexraySettingsType;
break;
case NEODEVICE_RAD_BMS:
*pDeviceSettingsType = DeviceRADBMSSettingsType;
default:
return 0;
}