We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0d140 commit 44798a7Copy full SHA for 44798a7
src/ArduinoMqttClient.h
@@ -27,7 +27,7 @@ using MqttClient = ZephyrMqttClient;
27
#else
28
#include "MqttClient.h"
29
30
-using MqttClient = ArduinoMqttClient;
+using MqttClient = arduino::MqttClient;
31
#endif
32
33
0 commit comments