mcci-catena / Catena-Arduino-Platform

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

cFram::Cursor() constructor doesn't have way to return error #308

Open terrillmoore opened 3 years ago

terrillmoore commented 3 years ago

It calls cFram::Cursor:locate(), which can fail. Better to make sure the located flag is clear, and make sure that cFram::Cursor::create() does a locate. A thorough review is needed for testing, and probably a test suite / regression check. So pushing this to a future rev.