Skip to content

Commit

Permalink
Defaults: Modify default boat profile
Browse files Browse the repository at this point in the history
Signed-off-by: Arturo Manzoli <[email protected]>
  • Loading branch information
ArturoManzoli authored and rafaellehmkuhl committed Nov 4, 2024
1 parent 2c1157d commit 6db6ede
Showing 1 changed file with 78 additions and 6 deletions.
84 changes: 78 additions & 6 deletions src/assets/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -541,12 +541,50 @@ export const widgetProfiles: Profile[] = [
visible: true,
widgets: [
{
hash: '6439e791-3031-4928-aff2-8bd9af713798',
hash: '2f32cbb5-7031-42a1-b26e-8c110f5cfc0b',
name: 'VirtualHorizon',
component: WidgetType.VirtualHorizon,
position: {
x: 0.8470340414647122,
y: 0.030779937236477317,
},
size: {
width: 0.06129068105944188,
height: 0.11777527653033051,
},
options: {},
},
{
hash: 'c00ae733-0290-48be-93e3-cba986d9b19a',
name: 'Compass',
component: WidgetType.Compass,
position: {
x: 0.7791262675380712,
y: 0.030779937236477317,
},
size: {
width: 0.06129068105944188,
height: 0.11777527653033051,
},
options: {
headingStyle: 'North Up',
},
},
{
hash: 'd18e02c2-96ba-43fa-9135-7b4feedee580',
name: 'Main Map',
component: WidgetType.Map,
position: { x: 0, y: 0 },
size: { width: 1, height: 1 },
options: {},
position: {
x: 0,
y: 0,
},
size: {
width: 1,
height: 1,
},
options: {
showVehiclePath: true,
},
},
],
miniWidgetContainers: [
Expand All @@ -561,8 +599,42 @@ export const widgetProfiles: Profile[] = [
},
],
},
{ name: 'Bottom-center container', widgets: [] },
{ name: 'Bottom-right container', widgets: [] },
{
name: 'Bottom-center container',
widgets: [
{
component: MiniWidgetType.ArmerButton,
name: 'ArmerButton',
options: {},
hash: 'ecb8299e-8a98-4e95-a399-aa01ddf3d7b5',
},
{
component: MiniWidgetType.VeryGenericIndicator,
name: 'Speed (GPS)',
options: {
displayName: 'Speed (GPS)',
variableName: 'VFR_HUD/groundspeed',
iconName: 'mdi-car-speed-limiter',
variableUnit: 'm/s',
variableMultiplier: 1,
decimalPlaces: 1,
widgetWidth: 160,
},
hash: 'dfa95e38-47e0-4656-b863-c22029b89862',
},
],
},
{
name: 'Bottom-right container',
widgets: [
{
component: MiniWidgetType.ModeSelector,
name: 'ModeSelector',
options: {},
hash: 'da8ad20e-e38c-4250-ad28-57b777c04a98',
},
],
},
],
},
],
Expand Down

0 comments on commit 6db6ede

Please sign in to comment.