Skip to content

Commit

Permalink
Added Car Speed and Gear Sensors to sensor channel
Browse files Browse the repository at this point in the history
  • Loading branch information
aselafernando authored Oct 18, 2023
1 parent d81f563 commit 1289056
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hu/hu_aap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,8 @@ int HUServer::handle_ServiceDiscoveryRequest(ServiceChannels chan, byte* buf,
inner->add_sensor_list()->set_type(HU::SENSOR_TYPE_DRIVING_STATUS);
inner->add_sensor_list()->set_type(HU::SENSOR_TYPE_NIGHT_DATA);
inner->add_sensor_list()->set_type(HU::SENSOR_TYPE_LOCATION);
inner->add_sensor_list()->set_type(HU::SENSOR_TYPE_CAR_SPEED);
inner->add_sensor_list()->set_type(HU::SENSOR_TYPE_GEAR);

callbacks.CustomizeSensorConfig(*inner);
}
Expand Down

0 comments on commit 1289056

Please sign in to comment.