Skip to content

Commit

Permalink
Merge pull request #189 from mxtommy:fix-wind-widget-default-headingPath
Browse files Browse the repository at this point in the history
Fix: default Wind gauge Widget heading data path
  • Loading branch information
godind authored Oct 7, 2023
2 parents 348b17b + 4d8c6ae commit a7e0e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/config.demo.const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const DemoWidgetConfig: IWidgetConfig = {
"paths": {
"headingPath": {
"description": "Heading",
"path": "self.navigation.courseOverGroundTrue",
"path": "self.navigation.headingTrue",
"source": "default",
"pathType": "number",
"isPathConfigurable": true,
Expand Down
2 changes: 1 addition & 1 deletion src/app/widget-wind/widget-wind.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const defaultConfig: IWidgetSvcConfig = {
paths: {
"headingPath": {
description: "Heading",
path: 'self.navigation.courseOverGroundTrue',
path: 'self.navigation.headingTrue',
source: 'default',
pathType: "number",
isPathConfigurable: true,
Expand Down

0 comments on commit a7e0e3a

Please sign in to comment.