Skip to content

Commit 904744c

Browse files
committed
MCU8MASS-2372 Correct version for deprecation warning
1 parent ec3a6ec commit 904744c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mqtt_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class MqttClientClass {
8686
* this function short.
8787
*/
8888
__attribute__((deprecated(
89-
"onConnectionStatusChange is deprecated as of version 1.3.7 as "
89+
"onConnectionStatusChange is deprecated as of version 1.3.8 as "
9090
"MqttClient.begin() is now blocking and does not support "
9191
"connected callback anymore (it will not be called by the "
9292
"library). please use onDisconnect instead"))) void

0 commit comments

Comments
 (0)