Adding lots more pages

This commit is contained in:
OrchardPerformance 2023-02-28 02:39:23 +00:00
parent 7f6ff10ef4
commit a20b413858
18 changed files with 44 additions and 47 deletions

View File

@ -0,0 +1 @@
# Charge Temperature Estimation

View File

@ -0,0 +1 @@
# Multi Dimension Mapping

View File

@ -0,0 +1 @@
# Smart Alternator Control

View File

@ -0,0 +1 @@
# Fan Controllers

View File

@ -0,0 +1 @@
# Fuel Pump Control

View File

@ -0,0 +1 @@
# Main Relay Control

1
docs/Fuel/AFR-setting.md Normal file
View File

@ -0,0 +1 @@
# Air Fuel Ratio Setting

View File

@ -0,0 +1 @@
# Coolant Temperature Multiplier

View File

@ -0,0 +1,10 @@
# Tips and Tricks
## Power cycle ECU
Should be done after any change that is not to a tuning table
## Always have a main relay
And wire that relay correctly
## Why do I have XYZ error?
Check error code and compare to this list (grab list out of firmware)

View File

@ -0,0 +1,4 @@
# FOME Overview
## What is FOME

View File

@ -0,0 +1 @@
# Boost pressue limit

View File

@ -0,0 +1,2 @@
# Coolant Based RPM limit

View File

@ -0,0 +1 @@
# Fuel Pressure Compensation

View File

@ -0,0 +1,3 @@
# Minimum oil pressure protection
Minimum oil pressure after start

View File

@ -0,0 +1 @@
# Rev limiters

View File

@ -0,0 +1,8 @@
{
"label": "Limits and Protections",
"position": 10,
"link": {
"type": "generated-index",
"description": "Limiters, engine protections and safety features"
}
}

View File

@ -0,0 +1 @@
# Battery Settings

View File

@ -1,53 +1,11 @@
---
sidebar_position: 1
---
# Test
# Welcome to FOME
Insert titles here!
Fome is a new project intending to deliver a user focused high feature ECU with open source hardware options and open firmware that give control back to the user, owner and driver.
- Stuff!
- More stuff!
- Stuff that looks like stuff but isn't!
##### Subtitle
#### No not that kind of subtitle
### This kind of subtitle
You can also do **this** **[link](https://fome.tech)**
### What you'll need
- [Node.js](https://nodejs.org/en/download/) version 16.14 or above:
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
## Generate a new site
Generate a new Docusaurus site using the **classic template**.
The classic template will automatically be added to your project after you run the command:
```bash
npm init docusaurus@latest my-website classic
```
You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.
The command also installs all necessary dependencies you need to run Docusaurus.
## Start your site
Run the development server:
```bash
cd my-website
npm run start
```
The `cd` command changes the directory you're working with. In order to work with your newly created Docusaurus site, you'll need to navigate the terminal there.
The `npm run start` command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/.
Open `docs/intro.md` (this page) and edit some lines: the site **reloads automatically** and displays your changes.
As there are many complicated topics to cover we recommend that you start with the topics in the "intro" section to the left.
The first page to view should probably be the FOME overview.