00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00040 #include "inc/freeEMS.h"
00041
00042
00047
00048
00050 const volatile fixedConfig2 fixedConfigs2 FIXEDCONF2 = {
00051 {
00052 roomTemperature,
00053 runningTemperature,
00054 halfThrottle,
00055 stoichiometricLambda,
00056 runningVoltage,
00057 idleManifoldPressure,
00058 seaLevelKPa,
00059 roomTemperature,
00060 stoichiometricLambda,
00061 maxExpectedBoost,
00062 idlePulseWidth,
00063 idleAirFlow
00064 },
00065
00066 {
00067 offIdleMAP,
00068 nearlyWOTMAP,
00069 MPX4250AMin,
00070 MPX4250ARange,
00071 MPX4100AMin,
00072 MPX4100ARange,
00073 LC1LambdaMin,
00074 LC1LambdaRange,
00075 batteryVoltageMin,
00076 batteryVoltageRange,
00077 TPSDefaultMin,
00078 TPSDefaultMax
00079 },
00080
00081 {
00082 500,
00083 },
00084
00085 {"Place your personal notes about whatever you like in here! Don't hesitate to tell us a story about something interesting. Do keep in mind though that when you upload your settings file to the forum this message WILL be visible to all and sundry, so don't be putting too many personal details, bank account numbers, passwords, PIN numbers, license plates, national insurance numbers, IRD numbers, social security numbers, phone numbers, email addresses, love stories and other private information in this field. In fact it is probably best if you keep the information stored here purely related to the vehicle that this system is installed on and relevant to the state of tune and configuration of settings. Lastly, please remember that this field WILL be shrinking in length from it's currently large size to something more reasonable in future. I would like to attempt to keep it at least thirty two characters long though, so writing that much is a non issue, but not more"}
00086 };