only:hellen-honda-k
This commit is contained in:
rusefillc 2023-04-03 16:50:24 -04:00
parent 7b9009a929
commit cddbcf003f
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ void kLineThread(void*) {
}; };
size_t len = readWhileGives(serialSource, bufferIn, sizeof(bufferIn)); size_t len = readWhileGives(serialSource, bufferIn, sizeof(bufferIn));
if (engineConfiguration->verboseKLine) {
efiPrintf("ignoreRecentTransmit %d", ignoreRecentTransmit);
}
// to begin with just write byte to console // to begin with just write byte to console
if (len > 0) { if (len > 0) {
if (engineConfiguration->verboseKLine) { if (engineConfiguration->verboseKLine) {