I am working on separating homecontrol-mqtt library from all platform dependent calls. I have removed all references to pubsub client.
This will allow us to easily port library to STM, mbed and so on. We just need to write wrappers that are just translation between our library and some mqtt library, and we need to provide access to hardware calls (debug led, millis, ethernet, wifi)
I am working on separating homecontrol-mqtt library from all platform dependent calls. I have removed all references to pubsub client. This will allow us to easily port library to STM, mbed and so on. We just need to write wrappers that are just translation between our library and some mqtt library, and we need to provide access to hardware calls (debug led, millis, ethernet, wifi)