Skip to content

Commit

Permalink
--add Configuration function to be able to store and retrieve vectors…
Browse files Browse the repository at this point in the history
… of data.

A vector of a supported type of values can now be stored and retrieved  in a Subconfiguration, where the key of each value from the vector will be a string representation of its index. Currently supports up to 1000 values in the vector.
  • Loading branch information
jturner65 committed May 13, 2024
1 parent 7cbf717 commit 87b2fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esp/core/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ class Configuration {
}

/**
* @brief Merges Configuration pointed to by @p config into this
* @brief Merges Configuration pointed to by @p src into this
* Configuration, including all subconfigs. Passed config overwrites
* existing data in this config.
* @param src The source of Configuration data we wish to merge into this
Expand Down

0 comments on commit 87b2fc9

Please sign in to comment.