paho.mqtt.embedded-c
paho.mqtt.embedded-c copied to clipboard
Move includes to a subdirectory
Hello,
The current code requies includes like #include <MQTTClient.h>
, which can lead to a mess if you happen to have multiple mqtt-related dependencies.
How about prefixing the includes with something like paho/
or paho-embedded/
?
I'm willing to prepare a PR for this if the maintainers agree (and if this repo isn't as abandoned as it looks).