Skip to content

Commit

Permalink
Update DeviceFunctionsApp.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 authored Jun 2, 2024
1 parent fdcbeb1 commit d78ad00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic-config/src/apps/DeviceFunctionsApp.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace apps
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.
std::unique_ptr<ksf::evt::ksEventHandle> connEventHandle, disEventHandle; // Handles to MQTT events.

void onMqttConnected();
void onMqttDisconnected();
Expand Down

0 comments on commit d78ad00

Please sign in to comment.