Auto-generated configs and docs
This commit is contained in:
parent
4f4447280e
commit
02701d107d
|
@ -6,6 +6,7 @@
|
|||
// see comments at declaration in pin_repository.h
|
||||
const char * getBoardSpecificPinName(brain_pin_e brainPin) {
|
||||
switch(brainPin) {
|
||||
case Gpio::A6: return "E22 Brake";
|
||||
case Gpio::A8: return "B6 Radiator Relay";
|
||||
case Gpio::C13: return "A30 - IGN1";
|
||||
case Gpio::D10: return "B2 - Injector 4";
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1939796078
|
||||
#define TS_SIGNATURE "rusEFI master.2023.02.15.hellen-honda-k.1939796078"
|
||||
#define SIGNATURE_HASH 3411693734
|
||||
#define TS_SIGNATURE "rusEFI master.2023.02.15.hellen-honda-k.3411693734"
|
||||
|
|
Loading…
Reference in New Issue