Skip to content

Commit

Permalink
Remove unused std help entries, bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l committed Dec 29, 2023
1 parent 752a5e7 commit 2206062
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 68 deletions.
137 changes: 81 additions & 56 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.10.5",
"@types/pako": "^2.0.3",
"@types/react": "^18.2.45",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/react-redux": "^7.1.33",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
Expand All @@ -65,9 +65,9 @@
"less": "^4.2.0",
"pocketbase-typegen": "^1.2.1",
"prettier": "^3.1.1",
"rollup-plugin-visualizer": "^5.11.0",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.3.3",
"vite-plugin-html": "^3.2.0",
"vite-plugin-html": "^3.2.1",
"vite-plugin-pwa": "^0.17.4"
}
}
7 changes: 0 additions & 7 deletions src/data/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,8 @@ const help: HelpType = {
reqFuel:
'The base reference pulse width required to achieve stoichiometric at 100% VE and a manifold absolute pressure (MAP) of 100kPa using current settings.',
algorithm: 'Fueling calculation algorithm',
alternate:
'Whether or not the injectors should be fired at the same time.\nThis setting is ignored when Sequential is selected below, however it will still affect req_fuel value.',
twoStroke: 'Four-stroke (most engines) / Two-stroke',
nCylinders: 'Cylinder count',
injType:
'Port Injection (one injector for each cylinder) or Throttle Body (injectors shared by cylinders)',
nInjectors: 'Number of primary injectors',
engineType:
'Engines with an equal number of degrees between all firings (This is most engines) should select Even fire.\nSome 2 and 6 cylinder engines are Odd fire however',
};

export default help;

0 comments on commit 2206062

Please sign in to comment.