Made it work with Kaifa data

This commit is contained in:
Roar Fredriksen
2018-03-08 00:20:07 +01:00
parent cbefaf1c7c
commit b2f348f57d
4 changed files with 8 additions and 5 deletions

View File

@@ -30,6 +30,7 @@ void setup() {
// initialize the HanReader
// (passing no han port, as we are feeding data manually, but provide Serial for debugging)
hanReader.setup(NULL, &Serial);
hanReader.compensateFor09HeaderBug = true;
}
void setupDebugPort()