engine sniffer - pins are not displayed #1995

This commit is contained in:
rusefillc 2020-12-01 22:58:27 -05:00
parent 7f1f912933
commit ea1c4f9e25
1 changed files with 1 additions and 1 deletions

View File

@ -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) {