From d78ad00aa5caf680b594add8bb4a8230740c7ab2 Mon Sep 17 00:00:00 2001 From: Krzysztof Strehlau Date: Sun, 2 Jun 2024 20:28:15 +0200 Subject: [PATCH] Update DeviceFunctionsApp.h --- examples/basic-config/src/apps/DeviceFunctionsApp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basic-config/src/apps/DeviceFunctionsApp.h b/examples/basic-config/src/apps/DeviceFunctionsApp.h index f219a33..2af94eb 100644 --- a/examples/basic-config/src/apps/DeviceFunctionsApp.h +++ b/examples/basic-config/src/apps/DeviceFunctionsApp.h @@ -11,7 +11,7 @@ namespace apps std::weak_ptr connectionStatusLedWp; // Weeak pointer to the status LED component. std::weak_ptr mqttConnWp; // Weeak pointer to MQTT component. - std::unique_ptr connEventHandleSp, disEventHandleSp; // Handles to MQTT events. + std::unique_ptr connEventHandle, disEventHandle; // Handles to MQTT events. void onMqttConnected(); void onMqttDisconnected();