eclipse / paho.mqtt-sn.embedded-c

Paho C MQTT-SN gateway and libraries for embedded systems. Paho is an Eclipse IoT project.
https://eclipse.org/paho
Other
313 stars 179 forks source link

fix: the sample configuration contains a non-existent configuration key #253

Closed fgrandel closed 2 years ago

fgrandel commented 2 years ago

The sample configuration contains a configuration key for the certificate key that does not exist in the application code.

Rather than breaking backwards compatibility of the configuration by updating the code (which would be more consistent wrt DTLS) I propse that the sample configuration is being aligned with what the code actually expects.

fgrandel commented 2 years ago

Fixes #231 - which was only partially fixed by the referenced commit