LiamBindle / MQTT-C

A portable MQTT C client for embedded systems and PCs alike.
https://liambindle.ca/MQTT-C
MIT License
768 stars 270 forks source link

mqttc: Add an option to specify own MQTT-C PAL header file #103

Closed vpetrigo closed 4 years ago

vpetrigo commented 4 years ago

Add an option to specify own MQTT-C PAL header file

As we discussed in the #89 it will be great for an user to be able to specify theirs own MQTT PAL header file. That way they will be able to overwrite required PAL interface for a end platform without dealing with existing mqtt_pal.h file that sits right next to the mqtt.h

LiamBindle commented 4 years ago

Thanks @vpetrigo!