Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2022-01-27 23:44:58 +00:00
parent d567f2f852
commit de947d2c64
6 changed files with 16 additions and 2 deletions

View File

@ -2430,6 +2430,8 @@
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3
#define TsCalMode_None 0
#define TsCalMode_PedalMax 13
#define TsCalMode_PedalMin 12
#define TsCalMode_Tps1Max 1
#define TsCalMode_Tps1Min 2
#define TsCalMode_Tps1SecondaryMax 6

View File

@ -2415,6 +2415,8 @@
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3
#define TsCalMode_None 0
#define TsCalMode_PedalMax 13
#define TsCalMode_PedalMin 12
#define TsCalMode_Tps1Max 1
#define TsCalMode_Tps1Min 2
#define TsCalMode_Tps1SecondaryMax 6

View File

@ -2443,6 +2443,8 @@
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3
#define TsCalMode_None 0
#define TsCalMode_PedalMax 13
#define TsCalMode_PedalMin 12
#define TsCalMode_Tps1Max 1
#define TsCalMode_Tps1Min 2
#define TsCalMode_Tps1SecondaryMax 6

View File

@ -1,6 +1,6 @@
#include "global.h"
#include "rusefi_enums.h"
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Thu Jan 27 22:57:18 UTC 2022
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Thu Jan 27 23:42:26 UTC 2022
// see also gen_config_and_enums.bat
@ -54,6 +54,10 @@ case TsCalMode::EtbKp:
return "EtbKp";
case TsCalMode::None:
return "None";
case TsCalMode::PedalMax:
return "PedalMax";
case TsCalMode::PedalMin:
return "PedalMin";
case TsCalMode::Tps1Max:
return "Tps1Max";
case TsCalMode::Tps1Min:

View File

@ -2430,6 +2430,8 @@
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3
#define TsCalMode_None 0
#define TsCalMode_PedalMax 13
#define TsCalMode_PedalMin 12
#define TsCalMode_Tps1Max 1
#define TsCalMode_Tps1Min 2
#define TsCalMode_Tps1SecondaryMax 6

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:58:12 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 23:43:13 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -2300,6 +2300,8 @@ public class Fields {
public static final int TsCalMode_EtbKi = 4;
public static final int TsCalMode_EtbKp = 3;
public static final int TsCalMode_None = 0;
public static final int TsCalMode_PedalMax = 13;
public static final int TsCalMode_PedalMin = 12;
public static final int TsCalMode_Tps1Max = 1;
public static final int TsCalMode_Tps1Min = 2;
public static final int TsCalMode_Tps1SecondaryMax = 6;