Client library that implements the MQTT protocol, customized for Qubitro IoT platform.
Now available on Arduino Library Manager
char deviceID[] = "PASTE_DEVICE_ID_HERE";
char deviceToken[] = "PASTE_DEVICE_TOKEN_HERE";mqttClient.setDeviceIdToken(deviceID, deviceToken);Visit Qubitro documentation for details.

