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 30, 2024
1 parent 48bc68f commit d8ffdd9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ksf/comp/ksConfigProvider.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ namespace ksf::comps
};

/*!
ksConfigProvider is a component that provides a set of parameters to the ksWiFiConfigurator
and is also responsible for handling its storage.
@brief ksConfigProvider is 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 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.
In contrast, in a normal application, it can be created for a short period of time, usually inside the application's
Expand Down

0 comments on commit d8ffdd9

Please sign in to comment.