mcci-catena / Catena-Arduino-Platform

Arduino platform library for MCCI Catena IoT Systems
MIT License
12 stars 11 forks source link

BSEC library has been updated - Need to update the size of standard key #170

Closed dhineshkumarmcci closed 5 years ago

dhineshkumarmcci commented 5 years ago

The BSEC library has been updated to version 1.4.7.3 and it requires update in the size of standard key to match the value of "BSEC_MAX_STATE_BLOB_SIZE" in library.

In BSEC v1.4.6.0, the value of BSEC_MAX_STATE_BLOB_SIZE is 65 and in v1.4.7.3 it is updated to 139. The value for size of standard key has to be updated to 139 in Catena_FramStorage.cpp.

https://github.com/mcci-catena/Catena-Arduino-Platform/blob/d78a0c1ffefacdd4b4a111e935b2afdfd4dca54a/src/lib/Catena_FramStorage.cpp#L69-L70