Skip to content

Commit

Permalink
Merge branch 'master' into rkiv-miata-knock-sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
OrchardPerformance committed May 3, 2024
2 parents 65a7a28 + f320c07 commit a62a355
Show file tree
Hide file tree
Showing 12 changed files with 960 additions and 79 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo ${{ github.event.number }} > ./build/PR_NR
- name: Upload preview build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: github.actor != 'dependabot[bot]'
with:
name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Download artifact
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const artifacts = await github.rest.actions.listWorkflowRunArtifacts({
Expand Down
2 changes: 1 addition & 1 deletion docs/01-Welcome-to-FOME.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ The first page to view should probably be [the FOME Overview page](Intro-Start-H
- [Cylinder Angle Offset](Advanced-Features/Cylinder-Angle-Offset)
- [Knock control](Advanced-Features/Knock-Control)
- [Launch Control](Advanced-Features/Launch-Control)
- [LUA Scripting](Advanced-Features/LUA-Scripting)
- [Lua Scripting](Advanced-Features/Lua-Scripting)
- [MAP sampling angle](Advanced-Features/MAP-Sampling-Angle)
- [Multi-Dimensional Mapping](Advanced-Features/Multi-Dimensional-Mapping)
- [Override Table Axis](Advanced-Features/Override-Table-Axis)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ VVT Position for bank 1 or 2 intake and exhaust,
Ethanol % sensed from the Flex Fuel,
Aux Linear Sensors 1 and 2,
GPPWM Outputs 1 to 4,
LUA outputs 1 and 2, RPM,
Lua outputs 1 and 2, RPM,
Detected Gear,

All of the above can be considered the additional dimensions the system is able to be mapped for once selected.
Expand Down
5 changes: 0 additions & 5 deletions docs/07-Advanced-Features/LUA-Scripting.md

This file was deleted.

Loading

0 comments on commit a62a355

Please sign in to comment.