Skip to content

Commit 9f39bae

Browse files
committed
fix(vehicle): added missing new AM32EepromFactGroupListModel
1 parent f4f27f9 commit 9f39bae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Vehicle/Vehicle.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ void Vehicle::_commonInit(LinkInterface* link)
311311
_terrainFactGroup = new TerrainFactGroup(this);
312312
_batteryFactGroupListModel = new BatteryFactGroupListModel(this);
313313
_escStatusFactGroupListModel = new EscStatusFactGroupListModel(this);
314+
_am32EepromFactGroupListModel = new AM32EepromFactGroupListModel(this);
314315

315316
if (!_offlineEditingVehicle) {
316317
_terrainProtocolHandler = new TerrainProtocolHandler(this, _terrainFactGroup, this);

0 commit comments

Comments
 (0)