fixes for SM10

This commit is contained in:
proddy
2019-03-21 22:16:54 +01:00
parent cb7e8359b6
commit 190082155e
2 changed files with 7 additions and 4 deletions

View File

@@ -1263,7 +1263,10 @@ void _process_Version(uint8_t src, uint8_t * data, uint8_t length) {
myDebug("SM10 Solar Module support enabled.");
}
// fetch other values
ems_getOtherValues();
return;
} else {
myDebug("Unrecognized device found. TypeID 0x%02X, Product ID %d, Version %s", src, product_id, version);
}