Skip to content

Commit

Permalink
Update ksConfigProvider.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 authored Mar 31, 2024
1 parent bcfa557 commit 7fb2e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ksf/comp/ksConfigProvider.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace ksf::comps
};

/*!
@brief ksConfigParameter is a structure that defines configuration parameter.
@brief A structure that defines configuration parameter.
*/
struct ksConfigParameter
{
Expand All @@ -46,7 +46,7 @@ namespace ksf::comps
};

/*!
@brief ksConfigProvider is a component that provides a set of parameters to the ksWiFiConfigurator and is also responsible for handling its storage.
@brief A component that provides a set of parameters to the ksWiFiConfigurator and is also responsible for handling its storage.
In the configurator application, it should be instantiated like a typical component, and ksWiFiConfigurator must be added to the component stack.
In this case, it will manage the correct flow of data reading and saving.
Expand Down

0 comments on commit 7fb2e34

Please sign in to comment.