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 e238807 commit 854cdb2Copy full SHA for 854cdb2
Firmware/RTK_Surveyor/RTK_Surveyor.ino
@@ -151,7 +151,7 @@ LoggingType loggingType = LOGGING_UNKNOWN;
151
#include <HTTPClient.h> //Built-in. Needed for ThingStream API for ZTP
152
#include <ArduinoJson.h> //http://librarymanager/All#Arduino_JSON_messagepack v6.19.4
153
#include <WiFiClientSecure.h> //Built-in.
154
-#include <PubSubClient.h> //Built-in. Used for MQTT obtaining of keys
+#include <PubSubClient.h> //http://librarymanager/All#PubSubClient_MQTT_Lightweight v2.8.0 Used for MQTT obtaining of keys
155
156
#include "esp_wifi.h" //Needed for esp_wifi_set_protocol()
157
0 commit comments