Skip to content

Commit 5fc1dda

Browse files
Mattia Bertorellomattiabertorello
Mattia Bertorello
authored andcommitted
Changed from MQTTClient.h to MQTT.h
Because there are too many libraries with the header file MQTTClient
1 parent 68a7fe5 commit 5fc1dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoIoTCloud.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef ARDUINO_IOT_CLOUD_H
22
#define ARDUINO_IOT_CLOUD_H
33

4-
#include <MQTTClient.h>
4+
#include <MQTT.h>
55
#include <ArduinoIoTCloudBearSSL.h>
66
#include <ArduinoCloudThing.h>
77

0 commit comments

Comments
 (0)