We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f27f9 commit 9f39baeCopy full SHA for 9f39bae
src/Vehicle/Vehicle.cc
@@ -311,6 +311,7 @@ void Vehicle::_commonInit(LinkInterface* link)
311
_terrainFactGroup = new TerrainFactGroup(this);
312
_batteryFactGroupListModel = new BatteryFactGroupListModel(this);
313
_escStatusFactGroupListModel = new EscStatusFactGroupListModel(this);
314
+ _am32EepromFactGroupListModel = new AM32EepromFactGroupListModel(this);
315
316
if (!_offlineEditingVehicle) {
317
_terrainProtocolHandler = new TerrainProtocolHandler(this, _terrainFactGroup, this);
0 commit comments