Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-01-30 01:11:31 +00:00
parent 390b82ef12
commit 66cdf4b59d
2 changed files with 4 additions and 2 deletions

View File

@ -8,6 +8,7 @@
// see comments at declaration in pin_repository.h
const char * getBoardSpecificPinName(brain_pin_e brainPin) {
switch(brainPin) {
case Gpio::A10: return "8A - Crank VR";
case Gpio::A6: return "23A - Hall Input 1";
case Gpio::C13: return "13A - Ignition 1";
case Gpio::D10: return "1A - Injector 4";
@ -17,6 +18,7 @@ const char * getBoardSpecificPinName(brain_pin_e brainPin) {
case Gpio::E3: return "10A - Ignition 4";
case Gpio::E4: return "11A - Ignition 3";
case Gpio::E5: return "12A - Ignition 2";
case Gpio::F9: return "9A - Cam VR";
case Gpio::G12: return "8B - Main Relay LS";
case Gpio::G7: return "4A - Injector 1";
case Gpio::G8: return "3A - Injector 2";

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1210832850
#define TS_SIGNATURE "rusEFI master.2023.01.30.alphax-8chan.1210832850"
#define SIGNATURE_HASH 1270649354
#define TS_SIGNATURE "rusEFI master.2023.01.30.alphax-8chan.1270649354"