Skip to content

Commit

Permalink
Update DeviceFunctionsApp.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 authored May 26, 2024
1 parent 67914b4 commit bd1beaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/basic-config/src/apps/DeviceFunctionsApp.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace apps
{
protected:

std::weak_ptr<ksf::comps::ksLed> wifiLedWp; // Weeak pointer to WiFi status LED component.
std::weak_ptr<ksf::comps::ksLed> connectionStatusLedWp; // Weeak pointer to the status LED component.
std::weak_ptr<ksf::comps::ksMqttConnector> mqttConnWp; // Weeak pointer to MQTT component.

std::unique_ptr<ksf::evt::ksEventHandle> connEventHandleSp, disEventHandleSp; // Handles to MQTT events.
Expand All @@ -20,4 +20,4 @@ namespace apps
bool init() override;
bool loop() override;
};
}
}

0 comments on commit bd1beaf

Please sign in to comment.