Skip to content

Commit 854cdb2

Browse files
committed
Fix link to PubSubClient lib
1 parent e238807 commit 854cdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/RTK_Surveyor.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ LoggingType loggingType = LOGGING_UNKNOWN;
151151
#include <HTTPClient.h> //Built-in. Needed for ThingStream API for ZTP
152152
#include <ArduinoJson.h> //http://librarymanager/All#Arduino_JSON_messagepack v6.19.4
153153
#include <WiFiClientSecure.h> //Built-in.
154-
#include <PubSubClient.h> //Built-in. Used for MQTT obtaining of keys
154+
#include <PubSubClient.h> //http://librarymanager/All#PubSubClient_MQTT_Lightweight v2.8.0 Used for MQTT obtaining of keys
155155

156156
#include "esp_wifi.h" //Needed for esp_wifi_set_protocol()
157157

0 commit comments

Comments
 (0)