timherreijgers / Domotics-base

Project containing base code for domotics projects
MIT License
0 stars 0 forks source link

Array uses error handling which is not supported on an embedded platform #30

Closed timherreijgers closed 1 year ago

timherreijgers commented 1 year ago

Maybe make an global error handling function which you can optionally override?

timherreijgers commented 1 year ago

Documentation within array.h must be updated

timherreijgers commented 1 year ago

Different proposal: For now, scrap the error handling within Array altogether. The MqttMessageParser should get pushed to a release ASAP. As the libarary is still in early development the error handling can be added later.