Skip to content

Commit

Permalink
fix: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjozork committed Mar 30, 2024
1 parent 27fcd4c commit e4635e1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fbw-a380x/mach.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ module.exports = {
msfsAvionicsInstrument('ND', [768, 1024], true),
msfsAvionicsInstrument('Clock', [512, 512], false),

reactInstrument('BAT'),
reactInstrument('EFB', ['/Pages/VCockpit/Instruments/Shared/Map/MapInstrument.html']),
reactInstrument('BAT', [], [256, 128], false),
reactInstrument('EFB', ['/Pages/VCockpit/Instruments/Shared/Map/MapInstrument.html'], [1430, 1000], true),
reactInstrument('EWD', [], [768, 1024], true),
reactInstrument('MFD', [], [768, 1024], false),
reactInstrument('OIT', [], [1024, 768], false),
Expand Down
1 change: 1 addition & 0 deletions fbw-common/src/systems/instruments/src/remote-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export class RemoteClient {
this.sendMessage(this.createSigninMessage());

// TODO we should probably really only do this when asked to
// @ts-ignore
this.aircraftDataUpdateInterval = setInterval(() => {
this.sendMessage(this.createAircraftStatusMessage());
}, 5_000);
Expand Down
2 changes: 1 addition & 1 deletion fbw-common/src/systems/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2017",
"target": "ESNext",
"baseUrl": ".",
"resolveJsonModule" : true,
"typeRoots": [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"@flybywiresim/fragmenter": "^0.7.0",
"@flybywiresim/igniter": "^1.2.3",
"@flybywiresim/rnp": "^2.1.0",
"@flybywiresim/remote-bridge-types": "^0.1.0-alpha.1",
"@navigraph/pkce": "^1.0.0",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^15.1.0",
Expand Down
7 changes: 7 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4635e1

Please sign in to comment.