mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-05-08 08:42:34 +00:00
Made it work with Kaifa data
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user