Skip to content

Commit 9e370fc

Browse files
authoredFeb 20, 2020
Change set_head_unit_name to mazda to get mazda icon for exit button (#176)
1 parent 3890967 commit 9e370fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎hu/hu_aap.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
397397
logd ("Service Discovery Request: %s", request.phone_name().c_str()); // S 0 CTR b src: HU lft: 113 msg_type: 6 Service Discovery Response S 0 CTR b 00000000 0a 08 08 01 12 04 0a 02 08 0b 0a 13 08 02 1a 0f
398398

399399
HU::ServiceDiscoveryResponse carInfo;
400-
carInfo.set_head_unit_name("Mazda Connect");
400+
carInfo.set_head_unit_name("mazda");
401401
carInfo.set_car_model("Mazda");
402402
carInfo.set_car_year("2016");
403403
carInfo.set_car_serial("0001");

0 commit comments

Comments
 (0)
Please sign in to comment.