Skip to content

Commit

Permalink
Merge pull request #163 from smartdevicelink/feature/gps_shift_support
Browse files Browse the repository at this point in the history
Feature/GPS Shift support
  • Loading branch information
ShobhitAd authored Jun 28, 2019
2 parents 6ca9a5a + 28febd4 commit 078b3ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/model/sdl/VehicleInfoModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ SDL.SDLVehicleInfoModel = Em.Object.create(
'dimension': '2D',
'altitude': 7.7E0,
'heading': 173.99E0,
'speed': 2.78E0
'speed': 2.78E0,
'shifted': false
},
'speed': 0,
'rpm': 100,
Expand Down

0 comments on commit 078b3ae

Please sign in to comment.