Skip to content

Commit

Permalink
Update DeviceFunctionsApp.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 authored Jun 3, 2024
1 parent d78ad00 commit cace1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic-config/src/apps/DeviceFunctionsApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace apps
mqttConnSp->onDisconnected->registerEvent(disEventHandle, std::bind(&DeviceFunctionsApp::onMqttDisconnected, this));

/* Start LED blinking on finished init. */
wifiLedSp->setBlinking(500);
connectionStatusLedSp->setBlinking(500);
}

/* Application finished initialization, return true as it succedeed. */
Expand Down

0 comments on commit cace1c7

Please sign in to comment.