engine sniffer - pins are not displayed #1995
This commit is contained in:
parent
7f1f912933
commit
ea1c4f9e25
|
@ -167,7 +167,7 @@ static LoggingWithStorage logger2("main event handler");
|
|||
* Time when the firmware version was reported last time, in seconds
|
||||
* TODO: implement a request/response instead of just constantly sending this out
|
||||
*/
|
||||
static systime_t timeOfPreviousPrintVersion = (systime_t) -1;
|
||||
static systime_t timeOfPreviousPrintVersion = 0;
|
||||
|
||||
#if EFI_PROD_CODE
|
||||
static void printOutPin(const char *pinName, brain_pin_e hwPin) {
|
||||
|
|
Loading…
Reference in New Issue