timherreijgers / Domotics-base

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

MqttMessageParser not compiling using avr-gcc #28

Closed timherreijgers closed 1 year ago

timherreijgers commented 1 year ago

The reason it's not compiling is due to issue [#30}. We have to enable exceptions to be able to use the Array class, which causes multiple compile time errors.

Second error is to do with the template deduction guide. This template deduction guide seems to be unnecessary anyway